summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/arpwatch-devel/Makefile2
-rw-r--r--net/arpwatch/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/arpwatch-devel/Makefile b/net/arpwatch-devel/Makefile
index 72948ec96c80..182f699e0dce 100644
--- a/net/arpwatch-devel/Makefile
+++ b/net/arpwatch-devel/Makefile
@@ -25,7 +25,7 @@ MAN8= arpwatch.8 arpsnmp.8
post-install:
if [ ! -d ${PREFIX}/arpwatch ]; then \
${MKDIR} ${PREFIX}/arpwatch; \
- ${CHMOD} 775 ${PREFIX}/arpwatch; \
+ ${CHMOD} 755 ${PREFIX}/arpwatch; \
${CHOWN} root:operator ${PREFIX}/arpwatch; \
fi
${TOUCH} ${PREFIX}/arpwatch/arp.dat
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile
index 72948ec96c80..182f699e0dce 100644
--- a/net/arpwatch/Makefile
+++ b/net/arpwatch/Makefile
@@ -25,7 +25,7 @@ MAN8= arpwatch.8 arpsnmp.8
post-install:
if [ ! -d ${PREFIX}/arpwatch ]; then \
${MKDIR} ${PREFIX}/arpwatch; \
- ${CHMOD} 775 ${PREFIX}/arpwatch; \
+ ${CHMOD} 755 ${PREFIX}/arpwatch; \
${CHOWN} root:operator ${PREFIX}/arpwatch; \
fi
${TOUCH} ${PREFIX}/arpwatch/arp.dat