diff options
author | brian <brian@FreeBSD.org> | 2001-07-28 11:58:41 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-07-28 11:58:41 +0000 |
commit | 8ab0acdbe9ee4ae4b70637b6c391c63ad43480c0 (patch) | |
tree | 869fca7677867cc9a85fcd1d08e1eaab4aea0f10 /usr.sbin | |
parent | d58b006a82e8cfe96cab1fa3db3626ecc10b7394 (diff) | |
download | FreeBSD-src-8ab0acdbe9ee4ae4b70637b6c391c63ad43480c0.zip FreeBSD-src-8ab0acdbe9ee4ae4b70637b6c391c63ad43480c0.tar.gz |
Change permissions back to 4554/554
Suggested by: kris
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index acdff76..ccbe6a6c 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=551 +BINMODE=554 .else -BINMODE=4551 +BINMODE=4554 BINOWN= root .endif BINGRP= network |