projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73d247
)
Fix syntax
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 6 Apr 2015 17:30:26 +0000
(19:30 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 6 Apr 2015 17:30:26 +0000
(19:30 +0200)
modules/stunnel4/files/etc-init.d-stunnel4
patch
|
blob
|
history
diff --git
a/modules/stunnel4/files/etc-init.d-stunnel4
b/modules/stunnel4/files/etc-init.d-stunnel4
index
7bc871a
..
b916efc
100755
(executable)
--- a/
modules/stunnel4/files/etc-init.d-stunnel4
+++ b/
modules/stunnel4/files/etc-init.d-stunnel4
@@
-79,7
+79,7
@@
killdaemons()
for p in $PROCLIST; do
start-stop-daemon --stop --retry 30 --pid "$p"
echo -n "[stopped: $file] "
- fi
+ done
done
}