summaryrefslogtreecommitdiff
path: root/package/htpdate
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-04 17:49:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-04 17:49:31 +0100
commit6045422139a0dbbefaf508b1343f11535d6b104e (patch)
tree40b9addde163397c5639279186e1b49a0705f05c /package/htpdate
parent9f3987b09bded00d382e3fdd99bdf1afe106455f (diff)
parent5d93cc6de511d5330d0d0c7a0ebae8e6c9638e3d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/htpdate')
-rw-r--r--package/htpdate/files/htpdate.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/htpdate/files/htpdate.init b/package/htpdate/files/htpdate.init
index 4457e4391..0b3f34ad6 100644
--- a/package/htpdate/files/htpdate.init
+++ b/package/htpdate/files/htpdate.init
@@ -14,7 +14,7 @@ start)
htpdate -l -s -t $htpdate_flags && htpdate -D $htpdate_flags
;;
stop)
- killall htpdate
+ pkill htpdate
;;
restart)
sh $0 stop