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




_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

Reply via email to