From: Waldemar Brodkorb Date: Fri, 29 Apr 2005 17:34:47 +0000 (+0000) Subject: start ntp after pppoe connection. will add rdate call in ip-up later X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e63302c3ff48d0ea3c2bd172ee4c6b9120f62940;p=15.05%2Fopenwrt.git start ntp after pppoe connection. will add rdate call in ip-up later git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@763 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/openntpd/ipkg/etc/init.d/S49ntpd b/package/openntpd/ipkg/etc/init.d/S49ntpd deleted file mode 100755 index e528748780..0000000000 --- a/package/openntpd/ipkg/etc/init.d/S49ntpd +++ /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 index 0000000000..e528748780 --- /dev/null +++ b/package/openntpd/ipkg/etc/init.d/S55ntpd @@ -0,0 +1,3 @@ +#!/bin/sh +mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6` +/usr/sbin/ntpd -s