|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/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 $ |
|
|
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
@ -373,7 +373,7 @@ audio*) |
|
|
joy*) |
|
|
joy*) |
|
|
unit=`expr $i : 'joy\(.*\)'` |
|
|
unit=`expr $i : 'joy\(.*\)'` |
|
|
rm -f joy$unit |
|
|
rm -f joy$unit |
|
|
mknod joy$unit c 25 $unit |
|
|
|
|
|
|
|
|
mknod joy$unit c 26 $unit |
|
|
chown root.wheel joy$unit |
|
|
chown root.wheel joy$unit |
|
|
chmod 666 joy$unit |
|
|
chmod 666 joy$unit |
|
|
;; |
|
|
;; |
|
|