summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/systemconfig.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/systemconfig.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/systemconfig.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 66ef9cd..59b5cef 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -58,6 +58,7 @@ function cp_and_log () {
function setupmysql {
#setup mysql.txt to find the database servers
+echo "running setup mysql"
if [ $SystemType = "Master_backend" ]
then
if [ $MYTHDHCP = 0 ]
@@ -68,6 +69,7 @@ function setupmysql {
sed -e "s/^dbhost=.*$/dbhost=\"$dbhost\"/" /etc/systemconfig >/tmp/systemconfig.old
cp_and_log /tmp/systemconfig.old ${BASE}/etc/systemconfig
##logic to change master_serverip and backend_serverip in db
+
${BASE}${MV_ROOT}/bin/restore_default_settings.sh -c BECONFIG -s master -a $dbhost
else