Author: krejzi Date: 2012-08-28 09:06:39 -0600 (Tue, 28 Aug 2012) New Revision: 10596
Modified: trunk/BOOK/general.ent trunk/bootscripts/blfs/init.d/iptables trunk/bootscripts/blfs/init.d/rsyncd Log: Fix bootscripts typos. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-08-28 14:56:09 UTC (rev 10595) +++ trunk/BOOK/general.ent 2012-08-28 15:06:39 UTC (rev 10596) @@ -65,7 +65,7 @@ <!ENTITY lfs-vim-version "7.3"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20120827"> +<!ENTITY blfs-bootscripts-version "20120828"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> Modified: trunk/bootscripts/blfs/init.d/iptables =================================================================== --- trunk/bootscripts/blfs/init.d/iptables 2012-08-28 14:56:09 UTC (rev 10595) +++ trunk/bootscripts/blfs/init.d/iptables 2012-08-28 15:06:39 UTC (rev 10596) @@ -2,7 +2,7 @@ ######################################################################## # Begin nfs-client # -# Description : Start statd +# Description : Start iptables # # Authors : Ken Moffat - [email protected] # Bruce Dubbs - [email protected] @@ -19,8 +19,8 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: -# Short-Description: Starts statd -# Description: rpc.statd provides file locking on nfs. +# Short-Description: Loads iptables rules. +# Description: Iptables provides firewall for Linux systems. # X-LFS-Provided-By: BLFS / LFS 7.0 ### END INIT INFO Modified: trunk/bootscripts/blfs/init.d/rsyncd =================================================================== --- trunk/bootscripts/blfs/init.d/rsyncd 2012-08-28 14:56:09 UTC (rev 10595) +++ trunk/bootscripts/blfs/init.d/rsyncd 2012-08-28 15:06:39 UTC (rev 10596) @@ -11,15 +11,16 @@ ######################################################################## ### BEGIN INIT INFO -# Provides: rsyncdd +# Provides: rsyncd # Required-Start: $syslog $local_fs $network # Should-Start: $remote_fs # Required-Stop: $network # Should-Stop: $remote_fs # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -# Short-Description: Apache HTTP Server -# Description: Controls the Apache HTTP Daemon +# Short-Description: Starts rsync daemon. +# Description: Starts rsync daemon which is used to copy +# files from and to remote machines. # X-LFS-Provided-By: BLFS / LFS 7.0 ### END INIT INFO -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
