diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-20 12:06:35 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-20 12:06:35 (GMT) |
commit | c71cde06d695f31a8c62857febb704fdfeff3bf3 (patch) | |
tree | 0220ef99eb26141c370bd99e86b368d34160c43c /abs | |
parent | 27971630e959debb00d3013267f1e32321604d7e (diff) | |
download | linhes_pkgbuild-c71cde06d695f31a8c62857febb704fdfeff3bf3.zip linhes_pkgbuild-c71cde06d695f31a8c62857febb704fdfeff3bf3.tar.gz linhes_pkgbuild-c71cde06d695f31a8c62857febb704fdfeff3bf3.tar.bz2 |
Silence the TatIR.
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/install_functions.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index e1acc26..30efb3f 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=283 +pkgrel=284 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/install_functions.sh b/abs/core-testing/LinHES-config/install_functions.sh index ba0ceab..ddade6d 100755 --- a/abs/core-testing/LinHES-config/install_functions.sh +++ b/abs/core-testing/LinHES-config/install_functions.sh @@ -116,9 +116,9 @@ then scan_for_hpg_receiver fi echo "Scanning for TatIR..." -if lsusb | grep 04d8:0004 +if lsusb | grep 04d8:0004 > /dev/null 2>/dev/null then - /usr/bin/PyroUsb.sh + /usr/bin/PyroUsb.py > /dev/null 2>&1 & fi } |