diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-08 21:54:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-08 21:54:45 +0000 |
commit | 9108389d743ae3ac6b2fc0998458a5ecb996aaa4 (patch) | |
tree | 84c6b4aa155f7fa00730afc91beee456fe4182aa /openwrt/package/htpdate/files | |
parent | 552564d7a6062c9e84e6094d37c2aae9b705ad85 (diff) | |
download | mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.zip mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.tar.gz mtk-20170518-9108389d743ae3ac6b2fc0998458a5ecb996aaa4.tar.bz2 |
Update to new upstream release (v0.8.1) Remove patch, same funcionnality is now included in new version
SVN-Revision: 1180
Diffstat (limited to 'openwrt/package/htpdate/files')
-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 69d3d35..a9fbb81 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) |