Filter Electric Fence spam.

This commit is contained in:
Andrew Gildfind
2001-02-01 04:18:48 +00:00
parent 1fa31f16c0
commit 11c790e72d
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ _do()
{
if [ $# -ne 1 ]; then echo "Usage: _do \"cmd\"" 1>&2 ; exit 1; fi
echo "*** $1" >>$seq.full
eval "$1 >>$seq.full 2>&1"
eval "$1 2>&1 | _fix_malloc >>$seq.full"
}
_fill()
+1 -1
View File
@@ -91,7 +91,7 @@ _do()
{
if [ $# -ne 1 ]; then echo "Usage: _do \"cmd\"" 1>&2 ; exit 1; fi
echo "*** $1" >>$seq.full
eval "$1 >>$seq.full 2>&1"
eval "$1 2>&1 | _fix_malloc >>$seq.full"
}
+7
View File
@@ -147,6 +147,13 @@ in
SCRATCH_LOGDEV=/dev/hda10
SCRATCH_RTDEV=/dev/hda11
;;
snowy)
TEST_DEV=/dev/sda7
TEST_DIR=/mnt/xfs0
SCRATCH_DEV=/dev/sda8
SCRATCH_MNT=/mnt/xfs1
SCRATCH_LOGDEV=/dev/sda9
;;
*)
echo "common.config: Error: need to define parameters for host `hostname -s`"