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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

