Browse Source

joy[01] is at major 26

OPENBSD_2_0
tholo 28 years ago
parent
commit
c6a6bf027f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.i386/MAKEDEV

+ 2
- 2
src/etc/etc.i386/MAKEDEV View 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
;;


Loading…
Cancel
Save