diff options
Diffstat (limited to 'abs/core/LinHES-config/install_db_chroot.sh')
-rw-r--r-- | abs/core/LinHES-config/install_db_chroot.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core/LinHES-config/install_db_chroot.sh b/abs/core/LinHES-config/install_db_chroot.sh index 47de18c..077481d 100644 --- a/abs/core/LinHES-config/install_db_chroot.sh +++ b/abs/core/LinHES-config/install_db_chroot.sh @@ -11,8 +11,6 @@ echo "install_db_chroot hostname is $hostname" . $MV_ROOT/bin/install_functions.sh #myhost=`cat /etc/hostname` -#mount -t proc none /proc -pacman --noconfirm -S --force mysql /etc/rc.d/mysqld status=1 @@ -49,21 +47,10 @@ do $MV_ROOT/bin/myth_settings_wrapper.sh -c USERJOBALLOW $MV_ROOT/bin/myth_settings_wrapper.sh -c ACCESSCONTROL if [ -d /data/srv/mysql/mythconverg ] - #if [ -d /var/lib/mysql/mythconverg ] then - # pacman --noconfirm -R webcalendar - # pacman --noconfirm --nodeps -S webcalendar status=0 fi -# if [ $SystemType = "Master_backend" ] -# then -# $MV_ROOT/bin/myth_settings_wrapper.sh -c BECONFIG -s master -a $dbhost -# fi fi fi done /etc/rc.d/mysqld stop -#umount /proc - - - |