summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-07-25 11:44:04 +0000
committerbrian <brian@FreeBSD.org>2001-07-25 11:44:04 +0000
commit47bc6ecf645a5df5fa82ba83ab6c3ceabf24f2bc (patch)
tree56e72d06bbfde0dcd747a26ae2c9d1ac008e087e /usr.sbin/ppp/Makefile
parentc5d3adcccc5ed1221f7e0b011f8a823b6b22629b (diff)
downloadFreeBSD-src-47bc6ecf645a5df5fa82ba83ab6c3ceabf24f2bc.zip
FreeBSD-src-47bc6ecf645a5df5fa82ba83ab6c3ceabf24f2bc.tar.gz
Change permissions from [4]554 to [4]551
MFC after: 3 days
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index ccbe6a6c..acdff76 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -9,9 +9,9 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
server.c sig.c slcompress.c sync.c systems.c tcp.c tcpmss.c \
throughput.c timer.c tty.c tun.c udp.c vjcomp.c
.if defined(NOSUID) || defined(PPP_NOSUID)
-BINMODE=554
+BINMODE=551
.else
-BINMODE=4554
+BINMODE=4551
BINOWN= root
.endif
BINGRP= network
OpenPOWER on IntegriCloud