bug 7518: disable nfs-common for router/console

status 7518: resovled fixed
This commit is contained in:
edison 2010-12-15 09:33:26 -08:00
parent c1db5b6fc0
commit b49503064a
1 changed files with 3 additions and 0 deletions

View File

@ -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() {