Updated Branches: refs/heads/master baf681c16 -> ecdb70031
CLOUDSTACK-2875: change runlevel to disable auto-start cloud-passwd-srvr Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ecdb7003 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ecdb7003 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ecdb7003 Branch: refs/heads/master Commit: ecdb700311b033b0c5b887a92320131decf1295f Parents: baf681c Author: Wei Zhou <[email protected]> Authored: Mon Jul 15 16:41:51 2013 +0200 Committer: Wei Zhou <[email protected]> Committed: Mon Jul 15 16:41:51 2013 +0200 ---------------------------------------------------------------------- patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr | 4 ++-- patches/systemvm/debian/config/etc/iptables/iptables-router | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ecdb7003/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr ---------------------------------------------------------------------- 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 f893a30..ff8fbf6 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr +++ b/patches/systemvm/debian/config/etc/init.d/cloud-passwd-srvr @@ -5,8 +5,8 @@ # Required-Stop: $local_fs # Should-Start: # Should-Stop: -# Default-Start: S -# Default-Stop: 0 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Web server that sends passwords to User VMs ### END INIT INFO # Licensed to the Apache Software Foundation (ASF) under one http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ecdb7003/patches/systemvm/debian/config/etc/iptables/iptables-router ---------------------------------------------------------------------- diff --git a/patches/systemvm/debian/config/etc/iptables/iptables-router b/patches/systemvm/debian/config/etc/iptables/iptables-router index b214e40..3f5bc5f 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
