summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-09-16 03:43:35 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-09-16 03:43:35 +0000
commitacffe15bb87bda932379dba7c5f7d408f43debbf (patch)
treedc581358710e5cfca12d68c24d68f0305097298f
parent9601de7151e525b96f44a00ad6cad6355a70090c (diff)
joy[01] is at major 26
-rw-r--r--etc/etc.i386/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 8bedc615f9d..66c0aba660e 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.22 1996/09/14 03:21:35 deraadt Exp $
+# $OpenBSD: MAKEDEV,v 1.23 1996/09/16 03:43:34 tholo Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -373,7 +373,7 @@ audio*)
joy*)
unit=`expr $i : 'joy\(.*\)'`
rm -f joy$unit
- mknod joy$unit c 25 $unit
+ mknod joy$unit c 26 $unit
chown root.wheel joy$unit
chmod 666 joy$unit
;;