aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-24 02:37:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-24 02:37:48 +0000
commite9c56664e7f1db23d1b681b90b18498912f6512b (patch)
tree8fa233e5cfa4784e9a5de7cbc29e6911d4954c78 /usr.sbin/pppd
parent2b89c4490fb5f73fea3b98a1ed81da69632adc30 (diff)
Notes
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index b1379c17bdb0..a628fb84ee31 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -7,7 +7,9 @@ PROG= pppd
MAN= pppd.8
SRCS= main.c magic.c fsm.c lcp.c ipcp.c ipxcp.c upap.c chap.c ccp.c \
demand.c auth.c options.c sys-bsd.c
-BINMODE= 4555
+BINMODE=4550
+BINOWN= root
+BINGRP= dialer
CFLAGS+= -DHAVE_PATHS_H