summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sliplogin/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-05 23:11:28 +0000
committerbrian <brian@FreeBSD.org>1997-09-05 23:11:28 +0000
commitb749597298e46ba0918f9581e38a2979fe7858b6 (patch)
tree7ee007789f0ea09cdd82e196abe2386d3e0366c5 /usr.sbin/sliplogin/Makefile
parentfda5f1a41482720e55617e5f92d7539bd5f7f9ad (diff)
downloadFreeBSD-src-b749597298e46ba0918f9581e38a2979fe7858b6.zip
FreeBSD-src-b749597298e46ba0918f9581e38a2979fe7858b6.tar.gz
Insist that the user has group network.
Discussed on: -committers
Diffstat (limited to 'usr.sbin/sliplogin/Makefile')
-rw-r--r--usr.sbin/sliplogin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sliplogin/Makefile b/usr.sbin/sliplogin/Makefile
index 2299e65..d8efa9b 100644
--- a/usr.sbin/sliplogin/Makefile
+++ b/usr.sbin/sliplogin/Makefile
@@ -3,7 +3,8 @@
PROG= sliplogin
MAN8= sliplogin.8
BINOWN= root
-BINMODE=4555
+BINGRP= network
+BINMODE=4550
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud