From: Thierry Parmentelat Date: Mon, 17 Dec 2007 14:24:58 +0000 (+0000) Subject: this is not the right time to do this - must be done by the myplc-native postinstall X-Git-Tag: 4.2-rc2~325 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e2c116393f4b2acfba98d846553c63909d43c195;p=build.git this is not the right time to do this - must be done by the myplc-native postinstall --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index fff76c9b..f8f40428 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -249,8 +249,6 @@ function post_install_myplc () { export PS1="[$vserver] \\w # " PROFILE - # turn off some services - as they'll get started through plc - for i in mail postgresql ssh httpd ; do chkconfig \$i off ; done EOF }