Actually stop Apache on shutdown sipb-xen-www/3.14.3
authorEvan Broder <broder@mit.edu>
Sun, 5 Oct 2008 04:25:01 +0000 (00:25 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 5 Oct 2008 04:25:01 +0000 (00:25 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=1051

debian/changelog
debian/sipb-xen-www.init

index 9ec8594..84320f2 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-www (3.14.3) unstable; urgency=low
+
+  * Actually stop Apache on shutdown
+
+ -- Evan Broder <broder@mit.edu>  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
 sipb-xen-www (3.14.2) unstable; urgency=low
 
   * Be a good debian package and undo what you did on uninstall
index 7ce5b2a..20bc191 100755 (executable)
@@ -28,6 +28,7 @@ case "$1" in
     /etc/init.d/apache2 "$1"
     ;;
   stop)
     /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}"
     ;;
   *)
     log_success_msg "Usage: /etc/init.d/$PACKAGE {start|reload|force-reload|restart|stop}"