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 | 2a7362a73ef3221388dd388ef7703966ff336305 (patch) | |
tree | d8a46e708c43cff911d00d23ec72402209ff8644 /package/htpdate/files | |
parent | 11253e5a60f6c14d67f9f4540320938e28c7a036 (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/openwrt@1180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/htpdate/files')
-rw-r--r-- | package/htpdate/files/htpdate.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init index 69d3d35f5..a9fbb81c2 100644 --- a/package/htpdate/files/htpdate.init +++ b/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) |