Enforce redundant router command line checking in patchsystemvm.sh

This commit is contained in:
Sheng Yang 2011-07-19 15:39:56 -07:00
parent e5e76881c6
commit 04cdca07fa

View File

@ -67,7 +67,7 @@ secstorage_svcs() {
}
routing_svcs() {
grep "redundant_router" /var/cache/cloud/cmdline > /dev/null
grep "redundant_router=1" /var/cache/cloud/cmdline > /dev/null
RROUTER=$?
chkconfig cloud off
chkconfig cloud-passwd-srvr on ;