Author: krejzi Date: 2012-03-29 05:05:27 -0600 (Thu, 29 Mar 2012) New Revision: 9795
Modified: trunk/BOOK/general.ent trunk/bootscripts/blfs/init.d/postfix trunk/bootscripts/blfs/init.d/sshd Log: initscripts typo fixes Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-03-29 01:47:46 UTC (rev 9794) +++ trunk/BOOK/general.ent 2012-03-29 11:05:27 UTC (rev 9795) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "28"> <!-- Always 2 digits --> +<!ENTITY day "29"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "March 28th, &year;"> +<!ENTITY releasedate "March 29th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -59,7 +59,7 @@ <!ENTITY lfs-vim-version "7.3"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20120328"> +<!ENTITY blfs-bootscripts-version "20120329"> <!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/postfix =================================================================== --- trunk/bootscripts/blfs/init.d/postfix 2012-03-29 01:47:46 UTC (rev 9794) +++ trunk/bootscripts/blfs/init.d/postfix 2012-03-29 11:05:27 UTC (rev 9795) @@ -14,9 +14,9 @@ ### BEGIN INIT INFO # Provides: postfix # Required-Start: $syslog $local_fs $network -# Should-Start: $remote_fs openldap mysql postgresql cyrus-sasl +# Should-Start: $remote_fs openldap mysql postgresql saslauthd # Required-Stop: $network -# Should-Stop: $remote_fs openldap mysql postgresql cyrus-sasl +# Should-Stop: $remote_fs openldap mysql postgresql saslauthd # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 # Short-Description: Postfix MTA Modified: trunk/bootscripts/blfs/init.d/sshd =================================================================== --- trunk/bootscripts/blfs/init.d/sshd 2012-03-29 01:47:46 UTC (rev 9794) +++ trunk/bootscripts/blfs/init.d/sshd 2012-03-29 11:05:27 UTC (rev 9795) @@ -12,7 +12,7 @@ ### BEGIN INIT INFO # Provides: sshd -# Required-Start: network +# Required-Start: $network # Should-Start: # Required-Stop: sendsignals # Should-Stop: -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
