diff options
Diffstat (limited to 'net-mgmt/arpwatch/files/arpwatch.sh')
-rw-r--r-- | net-mgmt/arpwatch/files/arpwatch.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh deleted file mode 100644 index ebaf7946aac9..000000000000 --- a/net-mgmt/arpwatch/files/arpwatch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' -fi |