change ntpclient to start after dropbear and ppp stuff and make it start as a backgro...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 May 2005 16:59:34 +0000 (16:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 May 2005 16:59:34 +0000 (16:59 +0000)
SVN-Revision: 1101

openwrt/package/ntpclient/Makefile
openwrt/package/ntpclient/files/ntpclient.init

index 31977ce94a41ca0c25e90095f0bff9c4b1224e78..679e5fca59c3bf84f27956d01be27a455f93916b 100644 (file)
@@ -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)
index 16a75ca0e5edbdaebe7a34e54ac10eadbc216983..923022bfccbcf332467e83119be06930521577cb 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org
+/usr/sbin/ntpclient -c 1 -s -h pool.ntp.org &