[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rc3.d
On Wed, 5 Jul 2000, Ben-Nes Michael wrote:
> Hi
>
> in the rc3.d I have:
> K10xntpd -> ../init.d/xntpd
> which was installed by the rpm automatically, but it didn't started it
> when the server boot until i added:
>
> S99xntpd -> ../init.d/xntpd
>
> Strange.
> Any idea ?
This is how it is supposed to behave. See /etc/rc.d/rc which executes it.
Note that you could have used chkconfig for that:
chkconfig --add xntpd
It uses the values in the comment line "# chkconfig" of the script in
init.d as defaults.
Of cpurse - I assume that xntpd was packaged correctly with the init
script containing something like:
# chkconfig 345 50 10
^
--
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il