summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-07 17:08:42 +0000
committerbrian <brian@FreeBSD.org>1998-06-07 17:08:42 +0000
commit83423d0e5a4ad035e44392f0427cb39232031e45 (patch)
tree7e33c3765b6bcf5c51926514fe08cdca3fdaaea8
parent22eb78890f5d50f4cafa6676db4e27760a115dda (diff)
downloadFreeBSD-src-83423d0e5a4ad035e44392f0427cb39232031e45.zip
FreeBSD-src-83423d0e5a4ad035e44392f0427cb39232031e45.tar.gz
Fix previous commit. bit 1 is the execute bit, not the read bit *blush*
ie, BINMODE=4551 -> BINMODE=4554 Pointed out by: Bruce Evans <bde@zeta.org.au>
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 9326be2..38457e9 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.38 1998/05/21 23:38:08 brian Exp $
+# $Id: Makefile,v 1.39 1998/06/07 00:16:57 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \
@@ -9,7 +9,7 @@ SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \
CFLAGS+=-Wall
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}
-BINMODE=4551
+BINMODE=4554
BINOWN= root
BINGRP= network
OpenPOWER on IntegriCloud