diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-29 17:34:47 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-29 17:34:47 +0000 |
commit | 23770f95c361e40ceaaa54e8c3dfa6436b9c26fe (patch) | |
tree | 7c9c11ffa598b1345c6eeb0279cb94d0902dcaa3 /openwrt/package/openntpd/ipkg/etc/init.d/S49ntpd | |
parent | 0dc3241aa8136b0d88919bc1823cb1f76a66fc7b (diff) |
start ntp after pppoe connection. will add rdate call in ip-up later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@763 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openntpd/ipkg/etc/init.d/S49ntpd')
-rwxr-xr-x | openwrt/package/openntpd/ipkg/etc/init.d/S49ntpd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openwrt/package/openntpd/ipkg/etc/init.d/S49ntpd b/openwrt/package/openntpd/ipkg/etc/init.d/S49ntpd deleted file mode 100755 index e52874878..000000000 --- a/openwrt/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 |