Author: bdubbs Date: 2006-06-08 21:01:47 -0600 (Thu, 08 Jun 2006) New Revision: 6153
Modified: trunk/BOOK/general.ent trunk/bootscripts/ChangeLog trunk/bootscripts/blfs/init.d/bind Log: Updated bind bootscript to use /srv/named Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-06-06 18:22:28 UTC (rev 6152) +++ trunk/BOOK/general.ent 2006-06-09 03:01:47 UTC (rev 6153) @@ -1,5 +1,5 @@ <!ENTITY day "06"> <!-- Always 2 digits --> -<!ENTITY month "06"> <!-- Always 2 digits --> +<!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> <!ENTITY releasedate "June &day;th, &year;"> @@ -35,7 +35,7 @@ <!ENTITY lfs-perl-version "5.8.8"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20060430"> +<!ENTITY blfs-bootscripts-version "20060608"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-wiki "http://wiki.linuxfromscratch.org/blfs/wiki"> Modified: trunk/bootscripts/ChangeLog =================================================================== --- trunk/bootscripts/ChangeLog 2006-06-06 18:22:28 UTC (rev 6152) +++ trunk/bootscripts/ChangeLog 2006-06-09 03:01:47 UTC (rev 6153) @@ -1,3 +1,6 @@ +2006-06-08 Bruce Dubbs <[EMAIL PROTECTED]> + * Updated bind to refer to /srv/named + 2006-04-30 Randy McMurchy <[EMAIL PROTECTED]> * Added a command to delete a pid file that the NFS server leaves behind Modified: trunk/bootscripts/blfs/init.d/bind =================================================================== --- trunk/bootscripts/blfs/init.d/bind 2006-06-06 18:22:28 UTC (rev 6152) +++ trunk/bootscripts/blfs/init.d/bind 2006-06-09 03:01:47 UTC (rev 6153) @@ -13,7 +13,7 @@ case "$1" in start) boot_mesg "Starting named..." - loadproc /usr/sbin/named -u named -t /home/named -c \ + loadproc /usr/sbin/named -u named -t /srv/named -c \ /etc/named.conf ;; -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
