Ken, Go ahead and put your name in as Author, or at least Updated By: We need to know who to blame^h^h^h^h^h contact if there is a problem. :)
-- Bruce [email protected] wrote: > Author: ken > > Modified: trunk/bootscripts/blfs/init.d/dhcp > =================================================================== > --- trunk/bootscripts/blfs/init.d/dhcp 2011-11-25 18:16:12 UTC (rev > 9016) > +++ trunk/bootscripts/blfs/init.d/dhcp 2011-11-25 21:03:29 UTC (rev > 9017) > @@ -1,24 +1,45 @@ > #!/bin/sh > +######################################################################## > +# Begin dhcp > +# > +# Description : Start dhcp daemon > +# > +# Author : > +# > +# Version : LFS 7.0 > +# > +######################################################################## > > Modified: trunk/bootscripts/blfs/init.d/nfs-client > =================================================================== > --- trunk/bootscripts/blfs/init.d/nfs-client 2011-11-25 18:16:12 UTC (rev > 9016) > +++ trunk/bootscripts/blfs/init.d/nfs-client 2011-11-25 21:03:29 UTC (rev > 9017) > @@ -1,4 +1,29 @@ > #!/bin/sh > +######################################################################## > +# Begin nfs-client > +# > +# Description : Start statd > +# > +# Author : > +# > +# Version : LFS 7.0 > +# > +######################################################################## > Modified: trunk/bootscripts/blfs/init.d/nfs-server > =================================================================== > --- trunk/bootscripts/blfs/init.d/nfs-server 2011-11-25 18:16:12 UTC (rev > 9016) > +++ trunk/bootscripts/blfs/init.d/nfs-server 2011-11-25 21:03:29 UTC (rev > 9017) > @@ -1,84 +1,105 @@ > + #!/bin/sh > #!/bin/sh > +######################################################################## > +# Begin nfs-server > +# > +# Description : Start nfs server > +# > +# Author : > +# > +# Version : LFS 7.0 > +# > +######################################################################## > + > > Modified: trunk/bootscripts/blfs/init.d/random > =================================================================== > --- trunk/bootscripts/blfs/init.d/random 2011-11-25 18:16:12 UTC (rev > 9016) > +++ trunk/bootscripts/blfs/init.d/random 2011-11-25 21:03:29 UTC (rev > 9017) > @@ -1,19 +1,42 @@ > #!/bin/sh > -# Begin $rc_base/init.d/random > +######################################################################## > +# Begin random > +# > +# Description : Seed /dev/urandom > +# > +# Author : Larry Lawrence > +# > +# Version : LFS 7.0 > +# > +######################################################################## -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
