summaryrefslogtreecommitdiff
path: root/etc/etc.x68k/MAKEDEV
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-12-14 18:24:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-12-14 18:24:06 +0000
commitc54e568d42b2cca43e226be13626d9e9d3b6e087 (patch)
tree564492193faee3024cf1dabb206b81f2f17ee913 /etc/etc.x68k/MAKEDEV
parent3de6837b3b1ef8cfadac52dc3494e5f7c0908288 (diff)
/dev/fd should be owned by root.wheel
Diffstat (limited to 'etc/etc.x68k/MAKEDEV')
-rw-r--r--etc/etc.x68k/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.x68k/MAKEDEV b/etc/etc.x68k/MAKEDEV
index b5b4204597d..e8360e1f174 100644
--- a/etc/etc.x68k/MAKEDEV
+++ b/etc/etc.x68k/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.5 1996/09/18 22:03:49 deraadt Exp $
+# $OpenBSD: MAKEDEV,v 1.6 1996/12/14 18:24:05 millert Exp $
# $NetBSD: MAKEDEV,v 1.1.1.1.4.1 1996/06/17 02:36:16 oki Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -34,7 +34,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: MAKEDEV,v 1.5 1996/09/18 22:03:49 deraadt Exp $
+# $Id: MAKEDEV,v 1.6 1996/12/14 18:24:05 millert Exp $
#
# from:
# hp300/MAKEDEV (1/15/94), from:
@@ -133,7 +133,7 @@ fd)
mknod $i c 21 $i
i=$(($i+1))
done)
- chown -R bin.bin fd
+ chown -R root.wheel fd
chmod 555 fd
chmod 666 fd/*
;;