mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Make ppp owner root.ppp, mode 4550
Suggested by: guido Condoned by: eivind
This commit is contained in:
parent
a393e39cdf
commit
021352282c
1 changed files with 3 additions and 2 deletions
|
|
@ -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 <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue