X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fhtpdate%2Ffiles%2Fhtpdate.init;h=69d3d35f577f8890c6a1ceab96a6f7bbed31cc12;hb=66a1ac1be683e55b02dd0c4a96e07d51d8ef99c4;hp=a9fbb81c27c5b9ed4612a938e6bd7915e4e09f62;hpb=0e8692eda7bb1b3c67204e828ca5fefdf65e5fc9;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/package/htpdate/files/htpdate.init b/openwrt/package/htpdate/files/htpdate.init index a9fbb81c27..69d3d35f57 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 -s -t $OPTIONS && $BIN -D $OPTIONS + $BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F)