From 5b1a08a926a4658bcaed7ddd46ab81899aae9f3b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 May 2005 16:59:34 +0000 Subject: [PATCH] change ntpclient to start after dropbear and ppp stuff and make it start as a background process SVN-Revision: 1101 --- openwrt/package/ntpclient/Makefile | 2 +- openwrt/package/ntpclient/files/ntpclient.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/ntpclient/Makefile b/openwrt/package/ntpclient/Makefile index 31977ce94a..679e5fca59 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) diff --git a/openwrt/package/ntpclient/files/ntpclient.init b/openwrt/package/ntpclient/files/ntpclient.init index 16a75ca0e5..923022bfcc 100644 --- a/openwrt/package/ntpclient/files/ntpclient.init +++ b/openwrt/package/ntpclient/files/ntpclient.init @@ -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 & -- 2.25.1