joy[01] is at major 26
authortholo <tholo@openbsd.org>
Mon, 16 Sep 1996 03:43:34 +0000 (03:43 +0000)
committertholo <tholo@openbsd.org>
Mon, 16 Sep 1996 03:43:34 +0000 (03:43 +0000)
etc/etc.i386/MAKEDEV

index 8bedc61..66c0aba 100644 (file)
@@ -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
        ;;