[email protected] wrote: > Author: wblaszcz > Date: 2011-11-22 00:48:20 -0700 (Tue, 22 Nov 2011) > New Revision: 9000 > > Modified: > trunk/bootscripts/blfs/init.d/dbus > Log: > Updated dbus bootscript to be LFS 7.0 friendly. > > Modified: trunk/bootscripts/blfs/init.d/dbus > =================================================================== > --- trunk/bootscripts/blfs/init.d/dbus 2011-11-22 00:20:52 UTC (rev > 8999) > +++ trunk/bootscripts/blfs/init.d/dbus 2011-11-22 07:48:20 UTC (rev > 9000) > @@ -16,6 +16,7 @@ > case "$1" in > start) > boot_mesg "Starting the D-Bus Messagebus Daemon..." > + mkdir -p /run/dbus > /usr/bin/dbus-uuidgen --ensure > loadproc /usr/bin/dbus-daemon --system > ;;
This needs a bit more to be fully LFS7 compatible. See, for instance sshd or cups boot scripts. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
