Re: novell-afptcpd not starting on reboot
You advised Tony to:
"add $ALL at the end in the Required_Start line.
$ALL will place it at the end of all runlevel scripts as you can read in the /etc/init.d/skeleton file.
Then remove it from startup and add it newly that the $ALL parameter is recognized and evaluated:
# insserv -r novell-afptcpd
# insserv novell-afptcpd
Rainer "
I just want to make sure we are talking about the same thing:
1. I am working with /etc/init.d/novell-afptcpd. In it there is a section that includes "Required-Start".
### BEGIN INIT INFO
# Provides: afptcp
# Required-Start:$local_fs novell-xregd
# X-UnitedLinux-Should-Start: nss
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Start the novell-afptcpd daemon
### END INIT INFO
Are you suggesting that I should change:
# Required-Start:$local_fs novell-xregd
to
# Required-Start:$local_fs novell-xregd $ALL
Then remove it and add it back via inniserv?
2. Will this work despite the presence of the # symbol?
Thanks,
Rob
|