diff options
Diffstat (limited to 'openwrt/package/openntpd/ipkg/etc')
-rwxr-xr-x | openwrt/package/openntpd/ipkg/etc/init.d/S55ntpd | 3 | ||||
-rw-r--r-- | openwrt/package/openntpd/ipkg/etc/ntpd.conf | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/package/openntpd/ipkg/etc/init.d/S55ntpd b/openwrt/package/openntpd/ipkg/etc/init.d/S55ntpd deleted file mode 100755 index e52874878..000000000 --- a/openwrt/package/openntpd/ipkg/etc/init.d/S55ntpd +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6` -/usr/sbin/ntpd -s diff --git a/openwrt/package/openntpd/ipkg/etc/ntpd.conf b/openwrt/package/openntpd/ipkg/etc/ntpd.conf deleted file mode 100644 index 6993b8eba..000000000 --- a/openwrt/package/openntpd/ipkg/etc/ntpd.conf +++ /dev/null @@ -1,3 +0,0 @@ -# use a random selection of 8 public stratum 2 servers -# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers -servers pool.ntp.org |