diff options
author | brian <brian@FreeBSD.org> | 1998-06-07 00:16:57 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-06-07 00:16:57 +0000 |
commit | 9788b86904e822cdc2b714424b16288bf87f436c (patch) | |
tree | 0cba05ae513229a90e73c95dbc40bbb3176c986d /usr.sbin/ppp/Makefile | |
parent | 047f4ff8900c14c7722d431b0a8531862592f6ca (diff) | |
download | FreeBSD-src-9788b86904e822cdc2b714424b16288bf87f436c.zip FreeBSD-src-9788b86904e822cdc2b714424b16288bf87f436c.tar.gz |
Make ppp world-readable so that root can get at it over
NFS when nobody isn't in group network :-)
Pointed out by: Bruce Evans <bde@zeta.org.au>
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-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 a352044..9326be2 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1998/05/21 21:43:36 brian Exp $ +# $Id: Makefile,v 1.38 1998/05/21 23:38:08 brian Exp $ PROG= ppp SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \ @@ -9,7 +9,7 @@ SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \ CFLAGS+=-Wall LDADD+= -lutil -lz DPADD+= ${LIBUTIL} ${LIBZ} -BINMODE=4550 +BINMODE=4551 BINOWN= root BINGRP= network |