From: Evan Broder Date: Sun, 5 Oct 2008 04:25:01 +0000 (-0400) Subject: Actually stop Apache on shutdown X-Git-Tag: sipb-xen-www/3.14.3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/977b8840a34ea2160c37cf917f5470798bc6f4f3 Actually stop Apache on shutdown svn path=/trunk/packages/sipb-xen-www/; revision=1051 --- diff --git a/debian/changelog b/debian/changelog index 9ec8594..84320f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3.14.3) unstable; urgency=low + + * Actually stop Apache on shutdown + + -- Evan Broder Sun, 05 Oct 2008 00:24:40 -0400 + sipb-xen-www (3.14.2) unstable; urgency=low * Be a good debian package and undo what you did on uninstall diff --git a/debian/sipb-xen-www.init b/debian/sipb-xen-www.init index 7ce5b2a..20bc191 100755 --- a/debian/sipb-xen-www.init +++ b/debian/sipb-xen-www.init @@ -28,6 +28,7 @@ case "$1" in /etc/init.d/apache2 "$1" ;; stop) + /etc/init.d/apache2 "$1" ;; *) log_success_msg "Usage: /etc/init.d/$PACKAGE {start|reload|force-reload|restart|stop}"