summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/restore_default_settings.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-20 06:29:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-20 06:29:08 (GMT)
commitc37f84b1105c5de34ff0c0340c6702b0251079e4 (patch)
treee32e146521cbccfd7feffa445bd323b43cfc4d81 /abs/core-testing/LinHES-config/restore_default_settings.sh
parent4d6fa25b49fd43ff61aaa287ae22b5a84d14a3cf (diff)
downloadlinhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.zip
linhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.tar.gz
linhes_pkgbuild-c37f84b1105c5de34ff0c0340c6702b0251079e4.tar.bz2
Partitial unteaking of what the tweaker has twung.
StandAlone works. MBE does not FE/SLAVE are unknown.
Diffstat (limited to 'abs/core-testing/LinHES-config/restore_default_settings.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/restore_default_settings.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/restore_default_settings.sh b/abs/core-testing/LinHES-config/restore_default_settings.sh
index 5a02886..30429c6 100755
--- a/abs/core-testing/LinHES-config/restore_default_settings.sh
+++ b/abs/core-testing/LinHES-config/restore_default_settings.sh
@@ -344,6 +344,9 @@ case $OPERATION in
done
SQL="update settings set data='0' where value='HostaccesshostypeSystemtype' and hostname=\"$hostname\" ;"
$MYSQLCMD_C "$SQL"
+ SQL="update settings set data='0' where value='Hostaccessuser' and hostname=\"$hostname\" ;"
+ $MYSQLCMD_C "$SQL"
+ ;;
esac
#SELECT * INTO OUTFILE 'data.txt'