Comment 1 for bug 125710

Revision history for this message
Pev (pevik) wrote : Re: bootlogd not working (sysvinit)

Well, a bit late, but:

in script which is suppose to start logging daemon is

DAEMON=/sbin/bootlogd
[ -x "$DAEMON" ] || exit 0

So you have to install a package which have file 'sbin/bootlogd'. So run command

apt-get install sysvinit

Pev