[PC-BSD Commits] r6253 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 16 06:46:32 PST 2010
Author: kris
Date: 2010-02-16 06:46:32 -0800 (Tue, 16 Feb 2010)
New Revision: 6253
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-localize.sh
Log:
Added ntpd_sync_on_start
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-localize.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-localize.sh 2010-02-16 14:45:43 UTC (rev 6252)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-localize.sh 2010-02-16 14:46:32 UTC (rev 6253)
@@ -309,6 +309,7 @@
if [ "$?" != "0" ]
then
echo 'ntpd_enable="YES"' >>${FSMNT}/etc/rc.conf
+ echo 'ntpd_sync_on_start="YES"' >>${FSMNT}/etc/rc.conf
fi
else
cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep 'ntpd_enable="YES"' >/dev/null 2>/dev/null
More information about the Commits
mailing list