From: tholo Date: Mon, 16 Sep 1996 03:43:34 +0000 (+0000) Subject: joy[01] is at major 26 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=be467d4bb20447c22d6363dfc925cd48e852855d;p=openbsd joy[01] is at major 26 --- 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 ;;