projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4559c4
)
reload (etc) apache after regenerating its config
author
Greg Price
<price@mit.edu>
Tue, 30 Sep 2008 05:39:40 +0000
(
01:39
-0400)
committer
Greg Price
<price@mit.edu>
Tue, 30 Sep 2008 05:39:40 +0000
(
01:39
-0400)
svn path=/trunk/packages/sipb-xen-www/; revision=952
debian/sipb-xen-www.init
patch
|
blob
|
history
diff --git
a/debian/sipb-xen-www.init
b/debian/sipb-xen-www.init
index
2edb8ca
..
7ce5b2a
100755
(executable)
--- a/
debian/sipb-xen-www.init
+++ b/
debian/sipb-xen-www.init
@@
-25,6
+25,7
@@
case "$1" in
log_begin_msg "Reloading config for $PACKAGE"
gen_config
log_end_msg $?
+ /etc/init.d/apache2 "$1"
;;
stop)
;;