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 | 460fdcbeab1ca238a64fa9d5533b776511da37d0 (patch) | |
tree | c722980b790e6b0287601c1e6df8f2e83f3dc874 /openwrt/package/openntpd/files | |
parent | 19b6ad06f6f8554a3804ac70b473764ab0498d94 (diff) |
add openntpd. sort list of packages alphabetically in Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@422 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openntpd/files')
-rwxr-xr-x | openwrt/package/openntpd/files/S49ntpd | 3 | ||||
-rw-r--r-- | openwrt/package/openntpd/files/ntpd.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/openntpd/files/S49ntpd b/openwrt/package/openntpd/files/S49ntpd new file mode 100755 index 000000000..e52874878 --- /dev/null +++ b/openwrt/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/openwrt/package/openntpd/files/ntpd.conf b/openwrt/package/openntpd/files/ntpd.conf new file mode 100644 index 000000000..6993b8eba --- /dev/null +++ b/openwrt/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 |