useful tweak for running myplc-native
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jun 2008 13:38:28 +0000 (13:38 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jun 2008 13:38:28 +0000 (13:38 +0000)
vbuild-init-vserver.sh

index 2556087..7fe90fd 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 # -*-shell-*-
+# $Id$
 
 COMMAND=$(basename $0)
 DIRNAME=$(dirname $0)
@@ -295,6 +296,9 @@ function post_install_myplc  () {
     # create symlink for /dev/fd
     [ ! -e "/dev/fd" ] && ln -s /proc/self/fd /dev/fd
 
+    # turn off regular crond, as plc invokes plc_crond
+    chkconfig crond off
+
     # customize root's prompt
     cat << PROFILE > /root/.profile
 export PS1="[$vserver] \\w # "