summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ntpclient/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-29 16:59:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-29 16:59:34 +0000
commit37b99707b087b22c8d03852f99b5867abbf6feaf (patch)
tree0fd41523d0ad522155644d9bf0cc7a04f646ccb9 /openwrt/package/ntpclient/Makefile
parent272271047874f708562de91ddc03059fcdd0b7b2 (diff)
change ntpclient to start after dropbear and ppp stuff and make it start as a background process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ntpclient/Makefile')
-rw-r--r--openwrt/package/ntpclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ntpclient/Makefile b/openwrt/package/ntpclient/Makefile
index 31977ce94..679e5fca5 100644
--- a/openwrt/package/ntpclient/Makefile
+++ b/openwrt/package/ntpclient/Makefile
@@ -27,7 +27,7 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_NTPCLIENT):
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d
- install -m0755 ./files/ntpclient.init $(IDIR_NTPCLIENT)/etc/init.d/S41ntpclient
+ install -m0755 ./files/ntpclient.init $(IDIR_NTPCLIENT)/etc/init.d/S60ntpclient
install -d -m0755 $(IDIR_NTPCLIENT)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/ntpclient $(IDIR_NTPCLIENT)/usr/sbin/
$(RSTRIP) $(IDIR_NTPCLIENT)