summaryrefslogtreecommitdiff
path: root/usr.sbin/sliplogin/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-19 09:40:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-19 09:40:24 +0000
commitd5855292a281a5afcb1d197de43f5db9b769de69 (patch)
tree7be65582f861d259478b52f3142da2cc69d70c34 /usr.sbin/sliplogin/Makefile
parent822e00f5b106ae7a133cdd5bbc53af886f232093 (diff)
move to setgid network, and doc why
Diffstat (limited to 'usr.sbin/sliplogin/Makefile')
-rw-r--r--usr.sbin/sliplogin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sliplogin/Makefile b/usr.sbin/sliplogin/Makefile
index effe3253e8c..794e5ea7489 100644
--- a/usr.sbin/sliplogin/Makefile
+++ b/usr.sbin/sliplogin/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 1997/09/21 11:44:24 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2002/05/19 09:40:23 deraadt Exp $
PROG= sliplogin
MAN= sliplogin.8
FILES= slip.hosts slip.login
BINOWN= root
-BINMODE=4555
+BINGRP= network
+BINMODE=4554
.include <bsd.prog.mk>