Package: sysklogd, klogd
Version: 1.5-1
Tags: patch

When testing dependency based boot sequencing, I discovered a minor
bug in the init.d script for sysklogd and klogd.  The scripts state
that they should start in runlevel 1 (single user) and the boot
(rcS.d) "runlevel".  The current postinst script of the packages do
not start the daemon in single user nor in the boot "runlevel", and I
believe this is the the prefered setting.  To change the lines

 # Default-Start: S 1 2 3 4 5
 # Default-Stop:  0 6

to

 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6

With this change in place, the scripts are inserted as they should in
runlevel 1 and not at all in rcS.d/.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to