projects
/
amavisd-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d5b74
)
r19: Debian init script now has a "debug" argument.
author
Zoran Dzelajlija
<Zoran.Dzelajlija@CARNet.hr>
Fri, 19 Oct 2007 01:28:21 +0000
(
01:28
+0000)
committer
Zoran Dzelajlija
<Zoran.Dzelajlija@CARNet.hr>
Fri, 19 Oct 2007 01:28:21 +0000
(
01:28
+0000)
debian/init
patch
|
blob
|
history
diff --git
a/debian/init
b/debian/init
index
62f701f
..
5ca8c67
100755
(executable)
--- a/
debian/init
+++ b/
debian/init
@@
-108,7
+108,7
@@
esac
mta=postfix
case "$arg" in
- start|stop|restart|reload|force-reload)
+ start|stop|restart|reload|force-reload|debug)
/etc/init.d/amavis.amavisd-new "$arg"
;;