Author: bdubbs Date: 2010-10-01 09:35:52 -0600 (Fri, 01 Oct 2010) New Revision: 8620
Removed: trunk/bootscripts/lfs-bootscripts.version Modified: trunk/bootscripts/ChangeLog trunk/bootscripts/blfs/init.d/ntp Log: Remove unused version file Modified: trunk/bootscripts/ChangeLog =================================================================== --- trunk/bootscripts/ChangeLog 2010-09-29 22:29:18 UTC (rev 8619) +++ trunk/bootscripts/ChangeLog 2010-10-01 15:35:52 UTC (rev 8620) @@ -1,3 +1,7 @@ +2010-08-25 Bruce Dubbs <[email protected]> + * Modified the ntp startup script to only run + nppd -gx + 2009-03-02 Randy McMurchy <[email protected]> * Modified the D-BUS boot script "stop" section so that the PID file is removed when the daemon is stopped. Modified: trunk/bootscripts/blfs/init.d/ntp =================================================================== --- trunk/bootscripts/blfs/init.d/ntp 2010-09-29 22:29:18 UTC (rev 8619) +++ trunk/bootscripts/blfs/init.d/ntp 2010-10-01 15:35:52 UTC (rev 8620) @@ -10,8 +10,7 @@ case "$1" in start) boot_mesg "Starting ntpd..." - ntpd -gqx - loadproc /usr/sbin/ntpd + loadproc /usr/sbin/ntpd gx ;; stop) Deleted: trunk/bootscripts/lfs-bootscripts.version =================================================================== --- trunk/bootscripts/lfs-bootscripts.version 2010-09-29 22:29:18 UTC (rev 8619) +++ trunk/bootscripts/lfs-bootscripts.version 2010-10-01 15:35:52 UTC (rev 8620) @@ -1,2 +0,0 @@ -Compatible with lfs-bootscripts: - Version 3.2.1 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
