shorten sipb-xen-iptables initscript with std-init.sh
[invirt/packages/invirt-web.git] / debian / sipb-xen-www.postinst
index 5ddf6f9..7f213a0 100755 (executable)
@@ -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)