summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-07-17 05:05:52 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-07-17 05:05:52 +0000
commitabf07a9855d9d384c09449f789264fbe0d565863 (patch)
treeb55c953dd46ec05297377d801380dc6c2f112dd1
parent555af1a4c231655e4043ef6fb15c418facc21acb (diff)
Limit chio(1) to group operator
-rw-r--r--bin/chio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 615d9109d12..0dec14fa172 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/07/17 05:05:51 tholo Exp $
# $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $
PROG= chio
SRCS= chio.c
BINOWN= root
-BINMODE=4555
+BINGRP= operator
+BINMODE=4550
.include <bsd.prog.mk>