X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/04f98db0f938b6844f56f4507d97c2facd35c0a0..624e26ffeca823b425d8e65ff87c681bafee7d6d:/debian/sipb-xen-www.postinst diff --git a/debian/sipb-xen-www.postinst b/debian/sipb-xen-www.postinst index 5ddf6f9..7f213a0 100755 --- a/debian/sipb-xen-www.postinst +++ b/debian/sipb-xen-www.postinst @@ -24,6 +24,10 @@ case "$1" in make clean && make all chgrp -R sipb-xen . chmod -R g+w . + + # Our init script proxies all requests Apache's, so Apache's + # running is just a NOP + update-rc.d -f apache2 remove ;; abort-upgrade|abort-remove|abort-deconfigure)