diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-26 03:57:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-26 03:57:38 (GMT) |
commit | 4a03413885687011952e55d7587e8775121f34dc (patch) | |
tree | aa7d23b7b14cb4e75ebb28589e2f60824bdd0c24 /abs/core-testing | |
parent | ac03a46cd8605f6e5b89f939bd79b35e00a63a75 (diff) | |
download | linhes_pkgbuild-4a03413885687011952e55d7587e8775121f34dc.zip linhes_pkgbuild-4a03413885687011952e55d7587e8775121f34dc.tar.gz linhes_pkgbuild-4a03413885687011952e55d7587e8775121f34dc.tar.bz2 |
linhes-config: install_proxy add comment to corner case test.
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/LinHES-config/install_proxy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh index dd4be79..71b675b 100755 --- a/abs/core-testing/LinHES-config/install_proxy.sh +++ b/abs/core-testing/LinHES-config/install_proxy.sh @@ -134,6 +134,7 @@ case $1 in if [ $hoip = "out;" ] then + #;; connection timed out; no servers could be reached echo "DNS servers not found" status=1 fi |