diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-08 21:54:45 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-08 21:54:45 +0000 |
commit | 1ceef6d0a4d848162ccc8d36976426b1944b2b61 (patch) | |
tree | 84c6b4aa155f7fa00730afc91beee456fe4182aa /openwrt/package/htpdate/files/htpdate.init | |
parent | 7d52908f08ce60dcc0b8406ce08993ce0a567dc4 (diff) |
Update to new upstream release (v0.8.1)
Remove patch, same funcionnality is now included in new version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1180 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 69d3d35f5..a9fbb81c2 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 -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS + $BIN -s -t $OPTIONS && $BIN -D $OPTIONS ;; stop) [ -f $PID_F ] && kill $(cat $PID_F) |