Add fastcgi subpackage (Thanks aorlinsk for the help)
[openwrt.git] / 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
-  $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)
This page took 0.035121 seconds and 4 git commands to generate.