Fix to use the new option introduced in v0.8.1 to disable sanity time check
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jul 2005 15:37:45 +0000 (15:37 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Jul 2005 15:37:45 +0000 (15:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1309 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/htpdate/files/htpdate.init

index 69d3d35..97a413f 100644 (file)
@@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
 case $1 in
  start)
   mkdir -p $RUN_D
 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)
   ;;
  stop)
   [ -f $PID_F ] && kill $(cat $PID_F)
This page took 0.024173 seconds and 4 git commands to generate.