Some minor inconsistencies and a suggestion
1. Files '20120427/contrib/lsb-v3/blfs/init.d/dbus' and
'20120427/blfs/init.d/dbus'
# Begin /etc/init.d/dbus
Maybe: "/etc/rc.d/init.d/dbus"
# End /etc/init.d/messagebus
Maybe: "/etc/rc.d/init.d/dbus"
------
One file has
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
the other
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
Note: For the record, the blfs Makefile has
/rc.d/rc2.d/S29dbus
2. In 'checkfs', maybe
fsck ${options} -a -A -C -T 2>/dev/null
would be better than
fsck ${options} -a -A -C -T >/dev/null
so the user can see the progress bar on boot-up.
I appreciate the effort that went into these releases,
-- Alex
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page