Module Name:    src
Committed By:   jmcneill
Date:           Tue Sep  9 13:02:25 UTC 2014

Modified Files:
        src/distrib/utils/embedded/conf: evbarm.conf

Log Message:
turn on ntpd


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/embedded/conf/evbarm.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/conf/evbarm.conf
diff -u src/distrib/utils/embedded/conf/evbarm.conf:1.15 src/distrib/utils/embedded/conf/evbarm.conf:1.16
--- src/distrib/utils/embedded/conf/evbarm.conf:1.15	Mon Mar 31 17:05:03 2014
+++ src/distrib/utils/embedded/conf/evbarm.conf	Tue Sep  9 13:02:25 2014
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.15 2014/03/31 17:05:03 christos Exp $
+# $NetBSD: evbarm.conf,v 1.16 2014/09/09 13:02:25 jmcneill Exp $
 # evbarm shared config
 #
 image=$HOME/${board}.img
@@ -122,6 +122,8 @@ rc_configured=YES
 hostname=${board}
 sshd=YES
 dhcpcd=YES
+ntpd=YES
+ntpd_flags="-g"
 EOF
 	if [ ! -f ${release}/dev/MAKEDEV ]; then
 		echo ${PROG}: Missing ${release}/dev/MAKEDEV 1>&2

Reply via email to