slight clean up of that last (fix some major numbers)

This commit is contained in:
cgd 1996-10-18 21:53:27 +00:00
parent a6d9feb7a5
commit cb9edbe5f6
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV,v 1.10 1996/10/18 21:16:39 cgd Exp $
# $NetBSD: MAKEDEV,v 1.11 1996/10/18 21:53:27 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -270,9 +270,9 @@ mouse)
audio*)
rm -f audio sound mixer
mknod sound c 42 0
mknod audio c 42 128
mknod mixer c 42 16
mknod sound c 24 0
mknod audio c 24 128
mknod mixer c 24 16
chown root.wheel audio sound mixer
chmod 666 audio sound mixer
;;