summaryrefslogtreecommitdiffstats
path: root/net-mgmt/arpwatch/files
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-03-14 10:03:11 +0000
committerbrian <brian@FreeBSD.org>2002-03-14 10:03:11 +0000
commitaaa78df2d55f76574ad4490a4ea0ba0766b5da1f (patch)
tree0469c5b1a4908a0a514a1e64698781b0f988f363 /net-mgmt/arpwatch/files
parent2c9fe31ca0128df7709e8da40fd5affccd6da15f (diff)
downloadFreeBSD-ports-aaa78df2d55f76574ad4490a4ea0ba0766b5da1f.zip
FreeBSD-ports-aaa78df2d55f76574ad4490a4ea0ba0766b5da1f.tar.gz
Fix a typo
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'net-mgmt/arpwatch/files')
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh
index 0725462..259a9cb 100644
--- a/net-mgmt/arpwatch/files/arpwatch.sh
+++ b/net-mgmt/arpwatch/files/arpwatch.sh
@@ -23,7 +23,7 @@ start)
if [ -e "$PREFIX"/arpwatch/arp.dat- ]; then
cp "$PREFIX"/arpwatch/arp.dat- "$PREFIX"/arpwatch/arp.dat
else
- touch "$PREFIX"/arpwarch/arp.dat
+ touch "$PREFIX"/arpwatch/arp.dat
fi
fi
OpenPOWER on IntegriCloud