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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]