diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 16:59:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 16:59:34 +0000 |
commit | 5b1a08a926a4658bcaed7ddd46ab81899aae9f3b (patch) | |
tree | 0fd41523d0ad522155644d9bf0cc7a04f646ccb9 /openwrt/package/ntpclient/Makefile | |
parent | 75b3d0473e71cacc8b5c7d2e57e6a0ca00ccd273 (diff) | |
download | mtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.zip mtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.tar.gz mtk-20170518-5b1a08a926a4658bcaed7ddd46ab81899aae9f3b.tar.bz2 |
change ntpclient to start after dropbear and ppp stuff and make it start as a background process
SVN-Revision: 1101
Diffstat (limited to 'openwrt/package/ntpclient/Makefile')
-rw-r--r-- | openwrt/package/ntpclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ntpclient/Makefile b/openwrt/package/ntpclient/Makefile index 31977ce..679e5fc 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) |