summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@openbsd.org>1998-06-07 00:20:22 +0000
committerbrian <brian@openbsd.org>1998-06-07 00:20:22 +0000
commitf77ad16a9ff5a63cf8e500132a07145122845b43 (patch)
treefc933b6a3e0dc1fecb800f09f2f7d0500d052bb2
parentsync w src (Krister Walfridsson <cato@ulysses.df.lth.se>) (diff)
downloadwireguard-openbsd-f77ad16a9ff5a63cf8e500132a07145122845b43.tar.xz
wireguard-openbsd-f77ad16a9ff5a63cf8e500132a07145122845b43.zip
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>
-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 ec68cff4fac..3acc27f4db4 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1998/04/26 16:20:06 brian Exp $
+# $Id: Makefile,v 1.8 1998/06/07 00:20:22 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c ccp.c chap.c chap_ms.c chat.c \
@@ -10,7 +10,7 @@ CFLAGS+=-Wall -Wmissing-prototypes -DHAVE_DES -DNOALIAS
LDADD+= -lutil -ldes -lz
DPADD+= ${LIBUTIL} ${LIBDES} ${LIBZ}
MAN= ppp.8
-BINMODE=4550
+BINMODE=4551
BINOWN= root
BINGRP= network