summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-11 23:23:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-11 23:23:01 +0000
commit76cb7a5f9f984edc2c98718a1532c94fe4487086 (patch)
tree25e197dc0596e854369d1b2a2546643ff5463ffd /bin
parent2d0ca65b5995a26ec1defb526de2870c86571aaa (diff)
bad setuid, bad, bad, bad
Diffstat (limited to 'bin')
-rw-r--r--bin/chio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index b6af3805a6a..a24176b6448 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 1996/08/11 18:30:54 dm Exp $
+# $OpenBSD: Makefile,v 1.5 1996/08/11 23:23:00 deraadt Exp $
# $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $
PROG= chio
SRCS= chio.c
BINOWN= root
BINGRP= operator
-BINMODE=4554
+BINMODE=555
.include <bsd.prog.mk>