From 2a7362a73ef3221388dd388ef7703966ff336305 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 8 Jun 2005 21:54:45 +0000 Subject: Update to new upstream release (v0.8.1) Remove patch, same funcionnality is now included in new version git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1180 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/htpdate/files/htpdate.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/htpdate/files') diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init index 69d3d35f5..a9fbb81c2 100644 --- a/package/htpdate/files/htpdate.init +++ b/package/htpdate/files/htpdate.init @@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid case $1 in start) mkdir -p $RUN_D - $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS + $BIN -s -t $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F) -- cgit v1.2.3