start ntp after pppoe connection. will add rdate call in ip-up later
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Apr 2005 17:34:47 +0000 (17:34 +0000)
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Apr 2005 17:34:47 +0000 (17:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@763 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/openntpd/ipkg/etc/init.d/S49ntpd [deleted file]
package/openntpd/ipkg/etc/init.d/S55ntpd [new file with mode: 0755]

diff --git a/package/openntpd/ipkg/etc/init.d/S49ntpd b/package/openntpd/ipkg/etc/init.d/S49ntpd
deleted file mode 100755 (executable)
index e528748..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
-/usr/sbin/ntpd -s
diff --git a/package/openntpd/ipkg/etc/init.d/S55ntpd b/package/openntpd/ipkg/etc/init.d/S55ntpd
new file mode 100755 (executable)
index 0000000..e528748
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
+/usr/sbin/ntpd -s