From 976744540217ae7aa3ca8d6c5bedc10a7f135615 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 1 Jul 2005 15:37:45 +0000 Subject: Fix to use the new option introduced in v0.8.1 to disable sanity time check git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1309 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/htpdate/files/htpdate.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/htpdate') diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init index 69d3d35f57..97a413f774 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 -l -s -t $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F) -- cgit v1.2.3