summaryrefslogtreecommitdiff
path: root/noncore
authorspiralman <spiralman>2002-10-18 21:16:13 (UTC)
committer spiralman <spiralman>2002-10-18 21:16:13 (UTC)
commit2ebb8c91374774171582f1a8ee4dbf4009a70615 (patch) (unidiff)
treedf4f8164ddd6acb8e498d780d6d59756c4ce7940 /noncore
parent55a3c031fa5eba00a89ae5efa9b1d791eba9b9e7 (diff)
downloadopie-2ebb8c91374774171582f1a8ee4dbf4009a70615.zip
opie-2ebb8c91374774171582f1a8ee4dbf4009a70615.tar.gz
opie-2ebb8c91374774171582f1a8ee4dbf4009a70615.tar.bz2
fixed hostlist.sh thanks to wolfgang enderlein, ping command fixed, and can now have comments in hostlist
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/hostlist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/hostlist.sh b/noncore/tools/opie-sh/scripts/hostlist.sh
index 6575e9c..6d70793 100755
--- a/noncore/tools/opie-sh/scripts/hostlist.sh
+++ b/noncore/tools/opie-sh/scripts/hostlist.sh
@@ -26,3 +26,3 @@ hostlist() {
26 echo "<h3>Hostlist</h3><br>" 26 echo "<h3>Hostlist</h3><br>"
27 HOSTLIST=`cat $CFG` 27 HOSTLIST=`cat $CFG | grep -v '#'`
28 for HOST in $HOSTLIST 28 for HOST in $HOSTLIST