diff options
-rw-r--r-- | net-mgmt/arpwatch-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 2 | ||||
-rw-r--r-- | net/arpwatch-devel/Makefile | 2 | ||||
-rw-r--r-- | net/arpwatch/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
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 diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index 72948ec96c80..182f699e0dce 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/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 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 |