summaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-10-04 18:12:02 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-10-04 18:12:02 +0000
commitdeeeb63eb954d0df92133a9f303d9c9121686d31 (patch)
tree04cb733f1487456a2deb3a3bfd6b8644bdfb2c9a /etc/etc.i386/MAKEDEV
parent3333fd01b54a022305ac117ddcd78e28dc4dabd1 (diff)
regen
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 7dd0417cebf..6ce8d020bbf 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -5,7 +5,7 @@
#
# OpenBSD: etc.i386/MAKEDEV.md,v 1.33 2005/08/01 22:22:13 deraadt Exp
# OpenBSD: MAKEDEV.common,v 1.20 2005/08/01 22:22:12 deraadt Exp
-# OpenBSD: MAKEDEV.mi,v 1.74 2005/10/04 07:39:37 otto Exp
+# OpenBSD: MAKEDEV.mi,v 1.75 2005/10/04 18:11:10 otto Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
#
#
@@ -168,15 +168,13 @@ dodisk()
{
[ "$DEBUG" ] && set -x
n=$(($((${5}*${7:-16}))+${6})) count=0
- RMlist="$RMlist $1$2? r$1$2?"
[ 0$7 -ne 8 ] && l="i j k l m n o p"
for d in a b c d e f g h $l
do
- M $1$2$d b $3 $(($n+$count)) 640
- M r$1$2$d c $4 $(($n+$count)) 640
+ M $1$2$d b $3 $(($n+$count)) 640 operaror
+ M r$1$2$d c $4 $(($n+$count)) 640 operator
let count=count+1
done
- MKlist="$MKlist;chown root:operator $1$2? r$1$2?"
}
dodisk2()