summaryrefslogtreecommitdiff
path: root/net/arpwatch/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-19 23:44:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-19 23:44:22 +0000
commitffce4503d0ef802c2ce799baf01e5e37db1a95f1 (patch)
treedb9ec3c8f637d493706625daaf8b627d5d76a510 /net/arpwatch/Makefile
parentOops, put back BROKEN tag commented out during testing (diff)
Create the arpwatch directory mode 755, not 775
Notes
Notes: svn path=/head/; revision=79327
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r--net/arpwatch/Makefile2
1 files changed, 1 insertions, 1 deletions
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