diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 23:49:44 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 23:49:44 +0000 |
commit | 3a6a6bad8bd43b4df5b6e5573fad89851ffb95d2 (patch) | |
tree | 493fd1dcd7600f2de50ad9d8bc756f3e3fe68c85 /openwrt/package/htpdate/files/htpdate.init | |
parent | ba08ebf9f2efd9ccfbccf5cf51db09867babd7dc (diff) |
revert last update, upstream version 0.8.1 has been withdrawn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/htpdate/files/htpdate.init')
-rw-r--r-- | openwrt/package/htpdate/files/htpdate.init | 2 |
1 files changed, 1 insertions, 1 deletions
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) |