summaryrefslogtreecommitdiffstats
path: root/package/ntp/ntpd.etc.default
diff options
context:
space:
mode:
authorWade Berrier <wberrier@gmail.com>2008-11-06 21:11:54 +0000
committerWade Berrier <wberrier@gmail.com>2008-11-06 21:11:54 +0000
commit8586e2a51b26afec2cecba1ba3c34ed35ae87743 (patch)
treeb93b78c8435b5720dc364fbb351ccebead02404c /package/ntp/ntpd.etc.default
parentfd3bb17cbb87e2cbcc6dce5b70c87daa2904a95d (diff)
downloadbuildroot-novena-8586e2a51b26afec2cecba1ba3c34ed35ae87743.tar.gz
buildroot-novena-8586e2a51b26afec2cecba1ba3c34ed35ae87743.zip
ntp: add /etc/default/ntpd to control whether to start
ntpd and/or ntpdate. Also specify options and servers.
Diffstat (limited to 'package/ntp/ntpd.etc.default')
-rw-r--r--package/ntp/ntpd.etc.default9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/ntp/ntpd.etc.default b/package/ntp/ntpd.etc.default
new file mode 100644
index 000000000..d32922855
--- /dev/null
+++ b/package/ntp/ntpd.etc.default
@@ -0,0 +1,9 @@
+# NTP Servers to use for ntpdate
+NTPSERVERS="pool.ntp.org"
+
+# Get initial time via ntpdate?
+NTPDATE=no
+NTPDATE_OPTS="-t 5"
+
+# Start the ntp daemon?
+NTPD=yes