this is not the right time to do this - must be done by the myplc-native postinstall
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Dec 2007 14:24:58 +0000 (14:24 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 17 Dec 2007 14:24:58 +0000 (14:24 +0000)
vbuild-init-vserver.sh

index fff76c9..f8f4042 100755 (executable)
@@ -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
 }