From bf30dbc241c9e5439d419c43bc3218037cffc2bc Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Thu, 20 Sep 2012 15:44:11 -0700 Subject: [PATCH] VPC - enable passwd server service There is currently no vpcrouter type defined in patchsystemvm.sh, which controls our init scripts in the system vms. This patch allows the services that would normally start on a router to start also on the VPC router, in particular the password server was missing. Signed-off-by: Edison Su --- 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 bdec43af1a9..f994aedc3ad 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh @@ -177,7 +177,7 @@ then enable_serial_console fi -if [ "$TYPE" == "router" ] +if [ "$TYPE" == "router" ] || [ "$type" == "vpcrouter" ] then routing_svcs if [ $? -gt 0 ]