summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-08-27 06:01:27 +0000
committerjkh <jkh@FreeBSD.org>1999-08-27 06:01:27 +0000
commitcb170f6ffdeddc8c985615b1299fbdccda2807a4 (patch)
treedfb12bb591fa2cfb00335ca9dd19f9961da4243b /usr.sbin
parentadcdd2a153ba0fae530bc9f8eba138af4e269dbf (diff)
downloadFreeBSD-src-cb170f6ffdeddc8c985615b1299fbdccda2807a4.zip
FreeBSD-src-cb170f6ffdeddc8c985615b1299fbdccda2807a4.tar.gz
I don't know who decided that an install mode of 4544 was correct, but
for a binary it's far from it. This is why sysinstall is unable to run ppp at startup time and causing weirdies in -current.
Diffstat (limited to 'usr.sbin')
-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 f9f3a39..36b0a9e 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.58 1999/08/22 23:17:57 brian Exp $
+# $Id: Makefile,v 1.59 1999/08/23 23:13:59 brian 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=4554
+BINMODE=4755
BINOWN= root
BINGRP= network
MAN8= ppp.8
OpenPOWER on IntegriCloud