From ffce4503d0ef802c2ce799baf01e5e37db1a95f1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 19 Apr 2003 23:44:22 +0000 Subject: Create the arpwatch directory mode 755, not 775 --- net-mgmt/arpwatch-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/arpwatch-devel') diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile index 72948ec96c80..182f699e0dce 100644 --- a/net-mgmt/arpwatch-devel/Makefile +++ b/net-mgmt/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 -- cgit v1.2.3