From 56d1dd4b534da0cbf40a97fa1e425ca7fcd59a96 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 31 Aug 1997 20:18:03 +0000 Subject: Make ppp owner root.ppp, mode 4550 Suggested by: guido Condoned by: eivind --- usr.sbin/ppp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/Makefile') 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 -- cgit v1.1