summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/install_db_chroot.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-17 23:09:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-17 23:09:38 (GMT)
commitfa3e0f88f1a55d88f522d770e0e8386efe924825 (patch)
treea0886d8002977ce8d38740c10465cc3be6c32329 /abs/core-testing/LinHES-config/install_db_chroot.sh
parentaea6f85771b9fe294446b3f14b989c90fb31cc03 (diff)
downloadlinhes_pkgbuild-fa3e0f88f1a55d88f522d770e0e8386efe924825.zip
linhes_pkgbuild-fa3e0f88f1a55d88f522d770e0e8386efe924825.tar.gz
linhes_pkgbuild-fa3e0f88f1a55d88f522d770e0e8386efe924825.tar.bz2
backport of timezip.py from mv->linhes
remove BECONFIG from running during the db_chroot process, as it already runs during systemconfig.
Diffstat (limited to 'abs/core-testing/LinHES-config/install_db_chroot.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/install_db_chroot.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/core-testing/LinHES-config/install_db_chroot.sh b/abs/core-testing/LinHES-config/install_db_chroot.sh
index 5dcef79..94305d2 100755
--- a/abs/core-testing/LinHES-config/install_db_chroot.sh
+++ b/abs/core-testing/LinHES-config/install_db_chroot.sh
@@ -35,10 +35,7 @@ do
DISPLAY=127.0.0.1:0 $MV_ROOT/bin/MythVantage -t restore,default_1
$MV_ROOT/bin/restore_default_settings.sh -c restore -t syssettings
$MV_ROOT/bin/systemconfig.sh misc,hostype,this_is_install
- if [ $SystemType = "Master_backend" ]
- then
- $MV_ROOT/bin/restore_default_settings.sh -c BECONFIG -s master -a $dbhost
- fi
+
update_db_settings HostServiceMythWEB "1"
echo 'UseMythWEB="1"' >> /etc/systemconfig
@@ -52,6 +49,10 @@ do
# pacman --noconfirm --nodeps -S webcalendar
status=0
fi
+# if [ $SystemType = "Master_backend" ]
+# then
+# $MV_ROOT/bin/restore_default_settings.sh -c BECONFIG -s master -a $dbhost
+# fi
fi
fi
done