Re: update-rc.d usage

From: * Tong* (sun_tong_001_at_yahoo.com)
Date: 07/10/04

  • Next message: zhenghong xu: "unsubscribe"
    To: debian-user@lists.debian.org
    Date: Fri, 09 Jul 2004 19:57:05 -0400
    
    

    On Fri, 09 Jul 2004 23:44:07 +0100, Thomas Adam wrote:

    >> % update-rc.d local defaults 80-start
    >> update-rc.d: error: codenumber must be a number between 0 and 99
    >> usage: update-rc.d [-n] [-f] <basename> remove
    >> update-rc.d [-n] <basename> defaults [NN | sNN kNN]
    >
    > RTFM would help here. You're almost there but you need to specify the
    > actual script in /etc/init.d that is to be used, something like:
    >
    > update-rc.d <name> defaults start 80

    I don't know where should I RTFM from. As you can tell, every my trial is
    based on the RTFM hinted beforehand, starting right from the man, then
    to the error prompt.

    As a side line, yours won't work either. Please try it before posting:

    # update-rc.d local defaults start 80
    update-rc.d: error: codenumber must be a number between 0 and 99

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: zhenghong xu: "unsubscribe"