summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-08 02:44:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-08 02:44:45 (GMT)
commitd2549a3ee0e9a28f66ff832d3efa93c7a4d7e5af (patch)
treea64dc15607a76fac79edafb938c847794288b13b /abs/core-testing
parente478c126608b41328a73dd5ca7722006970a6816 (diff)
downloadlinhes_pkgbuild-d2549a3ee0e9a28f66ff832d3efa93c7a4d7e5af.zip
linhes_pkgbuild-d2549a3ee0e9a28f66ff832d3efa93c7a4d7e5af.tar.gz
linhes_pkgbuild-d2549a3ee0e9a28f66ff832d3efa93c7a4d7e5af.tar.bz2
forgot to init some MYTH vars
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-xabs/core-testing/LinHES-config/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index 5fa4e66..80ff873 100755
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=1.0
-pkgrel=1
+pkgrel=2
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan)
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 845c67c..ba6325b 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -31,6 +31,7 @@ if [ x$1 = x"Mysql_only" ]
if [ -f /etc/systemconfig ]
then
. /etc/systemconfig
+ setup_MYTH_vars
TEMPNET="Hostip"$default_interface
echo $TEMPNET
eval MYTHIP=\$${TEMPNET}