From 3b3533f56dfdf878efbe13f450bd111c078f231a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 27 Aug 1999 07:47:17 +0000 Subject: [PATCH] I misunderstood the failure mode - revert BINMODE to 4554. I'm still going to remove ppp from the installation options in 5 days if ppp is still broken, however, as it hasn't worked at installation time for several weeks now and it's only causing people to fill my mailbox with questions. --- usr.sbin/ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 36b0a9efd03..ab815fbbdf7 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1999/08/23 23:13:59 brian Exp $ +# $Id: Makefile,v 1.60 1999/08/27 06:01:27 jkh Exp $ MAINTAINER=brian@FreeBSD.org @@ -12,7 +12,7 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \ CFLAGS+=-Wall LDADD+= -lcrypt -lmd -lutil -lz DPADD+= ${LIBCRYPT} ${LIBMD} ${LIBUTIL} ${LIBZ} -BINMODE=4755 +BINMODE=4554 BINOWN= root BINGRP= network MAN8= ppp.8