From 04cdca07faa3e42c71d24de8e59cfd167f02cfd1 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 19 Jul 2011 15:39:56 -0700 Subject: [PATCH] Enforce redundant router command line checking in patchsystemvm.sh --- patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh index b5710db7622..febbc344705 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh @@ -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 ;