[Pkg-sysvinit-devel] Bug#513237: rc.local not being passed stop or start parameter

John Andrea john.andrea at satlantic.com
Tue Jan 27 15:01:40 UTC 2009


Package: initscripts
Version: 2.86.ds1-61

/etc/init.d/rc.local does not pass the stop or start parameter to 
/etc/rc.local which prevents logic inside /etc/rc.local from 
determining its state.

The following line:
                 /etc/rc.local
should be:
                 /etc/rc.local $1

The following lines:
     stop)
         ;;

should be:
     stop)
         do_start
         ;;


Using Debian 5.0 lenny testing






More information about the Pkg-sysvinit-devel mailing list