From 6f0813ddd53103adfb69c4397757702f2e2e6526 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 2 Jun 2005 02:04:01 +0000 Subject: Update to new upstream release (v0.8.0). Change the patch that disabled server response checking. Enable initscript at startup with prio. 49. Change initscript to set the time first and then daemonize. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1137 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/htpdate/files/htpdate.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/htpdate/files/htpdate.init') diff --git a/openwrt/package/htpdate/files/htpdate.init b/openwrt/package/htpdate/files/htpdate.init index 9af0e5595..69d3d35f5 100644 --- a/openwrt/package/htpdate/files/htpdate.init +++ b/openwrt/package/htpdate/files/htpdate.init @@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid case $1 in start) mkdir -p $RUN_D - $BIN $OPTIONS + $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F) -- cgit v1.2.3