From 462c72a902201ceed5ebb2b9e8fc120c39f21793 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Mon, 15 Jul 2013 16:41:51 +0200 Subject: [PATCH] CLOUDSTACK-2875: change runlevel to disable auto-start cloud-passwd-srvr --- patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr | 2 +- patches/systemvm/debian/config/etc/iptables/iptables-router | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr b/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr index f893a30704f..d276bfde88a 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr +++ b/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr @@ -5,7 +5,7 @@ # Required-Stop: $local_fs # Should-Start: # Should-Stop: -# Default-Start: S +# Default-Start: # Default-Stop: 0 6 # Short-Description: Web server that sends passwords to User VMs ### END INIT INFO diff --git a/patches/systemvm/debian/config/etc/iptables/iptables-router b/patches/systemvm/debian/config/etc/iptables/iptables-router index b214e4025fe..3f5bc5f736b 100644 --- a/patches/systemvm/debian/config/etc/iptables/iptables-router +++ b/patches/systemvm/debian/config/etc/iptables/iptables-router @@ -37,7 +37,6 @@ COMMIT -A INPUT -i eth0 -p tcp -m tcp --dport 53 -j ACCEPT -A INPUT -i eth1 -p tcp -m state --state NEW --dport 3922 -j ACCEPT -A INPUT -i eth0 -p tcp -m state --state NEW --dport 80 -j ACCEPT --A INPUT -i eth0 -p tcp -m state --state NEW --dport 8080 -j ACCEPT -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT -A FORWARD -i eth2 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT -A FORWARD -i eth0 -o eth0 -m state --state NEW -j ACCEPT