summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-config
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-21 00:51:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-21 00:51:35 (GMT)
commit348ed005f1ba2e77ded656fe2209a58197571b2d (patch)
tree9ea9354c86f0510526a72ba831a9a5656534010d /abs/mv-core/MythVantage-config
parent9a60dd7921db1ab7a168da96329bad3e9c24725e (diff)
downloadlinhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.zip
linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.gz
linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.bz2
mv-core: bring more stuff up to date
Diffstat (limited to 'abs/mv-core/MythVantage-config')
-rwxr-xr-xabs/mv-core/MythVantage-config/PKGBUILD2
-rwxr-xr-xabs/mv-core/MythVantage-config/install_functions.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD
index 8d6766e..ce01f18 100755
--- a/abs/mv-core/MythVantage-config/PKGBUILD
+++ b/abs/mv-core/MythVantage-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=MythVantage-config
pkgver=3.2
-pkgrel=163
+pkgrel=165
pkgdesc="The Gui-installer"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted
diff --git a/abs/mv-core/MythVantage-config/install_functions.sh b/abs/mv-core/MythVantage-config/install_functions.sh
index 0bc0591..72023bd 100755
--- a/abs/mv-core/MythVantage-config/install_functions.sh
+++ b/abs/mv-core/MythVantage-config/install_functions.sh
@@ -283,7 +283,7 @@ function request_dhcp(){
if [ $status -eq 1 ]
then
#interface is down, lets see if dhcp responds
- dhcpcd -Td -t2 $ndev -h "" > /tmp/dhcpinfo.$ndev
+ dhcpcd -Td -t2 $ndev -h "" > /tmp/dhcpinfo.$ndev 2>/dev/null
#check for hostname here
TEMPVAR=`grep new_ip_address /tmp/dhcpinfo.$ndev |cut -d\= -f2`