On Mon, May 19, 2008 at 06:54:58PM -0700, Mike Marion wrote:
> Quoting [EMAIL PROTECTED]:
>
> >I also noticed that Suse seems to change the link names at reboot?!?!?
>
> Suse's init script headers use dependencies to do the links and make
> sure they run the right order.  I've found that I like it a lot more
> then the RH way of just putting in the S and K numbers.  Create a
> header like:
> # The following section is used at least by SuSE insserv(8)
> ### BEGIN INIT INFO
> # Provides: autofs
> # Required-Start: nfs ypbind afs
> # Required-Stop: $network
> # Default-Start: 3 5
> # Default-Stop: 0 1 2 6
> # Description:  autofs is the linux automount subsystem
> ### END INIT INFO
>
> and run chkconfig --add $script
>
> http://susefaq.sourceforge.net/faq/services.html


Thanks.

cs


-- 
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to