summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-31 20:18:03 +0000
committerbrian <brian@FreeBSD.org>1997-08-31 20:18:03 +0000
commit56d1dd4b534da0cbf40a97fa1e425ca7fcd59a96 (patch)
tree4bd6ef88dc6b9e8a9f72fd0e822a66de691bc8ad /usr.sbin/ppp/Makefile
parent7e43595bb5015595203cee5c7be795d7e60dd859 (diff)
downloadFreeBSD-src-56d1dd4b534da0cbf40a97fa1e425ca7fcd59a96.zip
FreeBSD-src-56d1dd4b534da0cbf40a97fa1e425ca7fcd59a96.tar.gz
Make ppp owner root.ppp, mode 4550
Suggested by: guido Condoned by: eivind
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index c4ba657..5f4e931 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1997/06/09 03:27:10 brian Exp $
+# $Id: Makefile,v 1.22 1997/06/25 19:29:58 brian Exp $
PROG= ppp
SRCS= alias_cmd.c arp.c async.c auth.c ccp.c chap.c chat.c command.c \
@@ -9,7 +9,8 @@ CFLAGS+=-Wall
LDADD+= -lmd -lcrypt -lutil
DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
MAN8= ppp.8
-BINMODE=4555
+BINMODE=4550
BINOWN= root
+BINGRP= ppp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud