summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel/files/arpwatch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpwatch-devel/files/arpwatch.sh')
-rw-r--r--net-mgmt/arpwatch-devel/files/arpwatch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh
new file mode 100644
index 000000000000..2214ebee3d92
--- /dev/null
+++ b/net-mgmt/arpwatch-devel/files/arpwatch.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
+ arpwatch && echo -n ' arpwatch'
+fi