From b90e0fdd7682d5817aedc4da509bea0914c834e0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 18 Jun 2008 13:38:28 +0000 Subject: [PATCH] useful tweak for running myplc-native --- vbuild-init-vserver.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index 2556087b..7fe90fd1 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -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 # " -- 2.43.0