summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
130eb34)
svn path=/trunk/packages/sipb-xen-www/; revision=1051
+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
/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}"