From: wbx 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-Tag: fast2504n-3.10.28-merged~22942^2~2890 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=658e159aa46b16404194b53a0b2580c8575fa006;p=openwrt.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