summaryrefslogtreecommitdiff
path: root/etc/etc.pmax/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.pmax/MAKEDEV
parent3de6837b3b1ef8cfadac52dc3494e5f7c0908288 (diff)
/dev/fd should be owned by root.wheel
Diffstat (limited to 'etc/etc.pmax/MAKEDEV')
-rw-r--r--etc/etc.pmax/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV
index 259dd0ff943..b820b826784 100644
--- a/etc/etc.pmax/MAKEDEV
+++ b/etc/etc.pmax/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.8 1996/11/11 23:20:46 kstailey Exp $
+# $OpenBSD: MAKEDEV,v 1.9 1996/12/14 18:24:01 millert Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -56,7 +56,7 @@ std)
(cd fd && eval `echo "" | awk ' BEGIN { \
for (i = 0; i < 64; i++) \
printf("mknod %d c 7 %d;", i, i)}'`)
- chown -R bin.bin fd
+ chown -R root.wheel fd
chmod 555 fd
chmod 666 fd/*
;;