summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-19 20:47:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-19 20:47:53 +0000
commit094831f5f1525b00b4970ee67b7eff11fe7d828f (patch)
tree8421f08e6c960bc981ca12f1f77cb70cb893d7d7 /usr.sbin/pppd/Makefile
parentd4a5144b42a537d28be2bfc68f3e3cf0980ede7a (diff)
make pppd only executable by group network
Diffstat (limited to 'usr.sbin/pppd/Makefile')
-rw-r--r--usr.sbin/pppd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index 36f59d680dd..3cc505441c1 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1999/05/03 16:43:20 millert Exp $
+# $OpenBSD: Makefile,v 1.15 2002/05/19 20:47:52 deraadt Exp $
PCAPDIR=${.CURDIR}/../../lib/libpcap
@@ -9,9 +9,9 @@ SRCS= auth.c cbcp.c ccp.c chap.c chap_ms.c demand.c fsm.c ipcp.c \
.PATH: ${.CURDIR}/../../lib/libpcap ${.CURDIR}/../../sys/net
MAN= pppd.8
SUBDIR= pppstats chat
-BINMODE=4550
+BINMODE=4554
BINOWN= root
-BINGRP= dialer
+BINGRP= network
LDADD= -lpcap -lutil
DPADD= ${LIBPCAP} ${LIBUTIL}