From b49503064a49ca5b483a3d318109157f91117074 Mon Sep 17 00:00:00 2001 From: edison Date: Wed, 15 Dec 2010 09:33:26 -0800 Subject: [PATCH] bug 7518: disable nfs-common for router/console status 7518: resovled fixed --- patches/systemvm/debian/config/etc/init.d/cloud-early-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 1f83336542b..1afa8801045 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -233,6 +233,7 @@ setup_router() { enable_svc cloud-passwd-srvr 1 enable_svc cloud 0 enable_fwding 1 + chkconfig nfs-common off cp /etc/iptables/iptables-router /etc/iptables/rules } @@ -258,6 +259,7 @@ setup_dhcpsrvr() { enable_svc cloud-passwd-srvr 1 enable_svc cloud 0 enable_fwding 0 + chkconfig nfs-common off cp /etc/iptables/iptables-router /etc/iptables/rules } @@ -305,6 +307,7 @@ setup_console_proxy() { enable_svc dnsmasq 0 enable_svc cloud-passwd-srvr 0 enable_svc cloud 1 + chkconfig nfs-common off } setup_default() {