From 8ab0acdbe9ee4ae4b70637b6c391c63ad43480c0 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 28 Jul 2001 11:58:41 +0000 Subject: Change permissions back to 4554/554 Suggested by: kris --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index acdff76..ccbe6a6c 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -9,9 +9,9 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \ server.c sig.c slcompress.c sync.c systems.c tcp.c tcpmss.c \ throughput.c timer.c tty.c tun.c udp.c vjcomp.c .if defined(NOSUID) || defined(PPP_NOSUID) -BINMODE=551 +BINMODE=554 .else -BINMODE=4551 +BINMODE=4554 BINOWN= root .endif BINGRP= network -- cgit v1.1