diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 09:41:29 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-23 09:41:29 +0000 |
commit | fb899479c5862cdddf193d406479bcc8f71a2a94 (patch) | |
tree | 801b81a14199515b6e73b54010689acc7aff74f4 /package/openntpd/files | |
parent | 0cd280b811d0f6c646b65613e0e6c72020a717d0 (diff) |
add openntpd. sort list of packages alphabetically in Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openntpd/files')
-rwxr-xr-x | package/openntpd/files/S49ntpd | 3 | ||||
-rw-r--r-- | package/openntpd/files/ntpd.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/package/openntpd/files/S49ntpd b/package/openntpd/files/S49ntpd new file mode 100755 index 0000000000..e528748780 --- /dev/null +++ b/package/openntpd/files/S49ntpd @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6` +/usr/sbin/ntpd -s diff --git a/package/openntpd/files/ntpd.conf b/package/openntpd/files/ntpd.conf new file mode 100644 index 0000000000..6993b8eba2 --- /dev/null +++ b/package/openntpd/files/ntpd.conf @@ -0,0 +1,3 @@ +# use a random selection of 8 public stratum 2 servers +# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers +servers pool.ntp.org |