aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/arpwatch-devel/files/arpwatch.sh2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.sh2
-rw-r--r--net/arpwatch-devel/files/arpwatch.sh2
-rw-r--r--net/arpwatch/files/arpwatch.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net-mgmt/arpwatch-devel/files/arpwatch.sh
+++ b/net-mgmt/arpwatch-devel/files/arpwatch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
- arpwatch && echo -n ' arpwatch'
+ /usr/local/sbin/arpwatch && echo -n ' arpwatch'
fi
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net-mgmt/arpwatch/files/arpwatch.sh
+++ b/net-mgmt/arpwatch/files/arpwatch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
- arpwatch && echo -n ' arpwatch'
+ /usr/local/sbin/arpwatch && echo -n ' arpwatch'
fi
diff --git a/net/arpwatch-devel/files/arpwatch.sh b/net/arpwatch-devel/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net/arpwatch-devel/files/arpwatch.sh
+++ b/net/arpwatch-devel/files/arpwatch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
- arpwatch && echo -n ' arpwatch'
+ /usr/local/sbin/arpwatch && echo -n ' arpwatch'
fi
diff --git a/net/arpwatch/files/arpwatch.sh b/net/arpwatch/files/arpwatch.sh
index 2214ebee3d92..ebaf7946aac9 100644
--- a/net/arpwatch/files/arpwatch.sh
+++ b/net/arpwatch/files/arpwatch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then
- arpwatch && echo -n ' arpwatch'
+ /usr/local/sbin/arpwatch && echo -n ' arpwatch'
fi