make that "audio*" not "audio".
This commit is contained in:
parent
9d7a3f8ed7
commit
d2e1f953ef
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.12 2000/08/09 10:54:20 mrg Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.13 2000/08/13 15:37:09 mrg Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -197,7 +197,7 @@ tcx*)
|
||||
mknod tcx$unit c 109 $unit; chmod 666 tcx$unit
|
||||
;;
|
||||
|
||||
audio)
|
||||
audio*)
|
||||
unit=${i#audio}
|
||||
audio=audio$unit
|
||||
sound=sound$unit
|
||||
|
Loading…
Reference in New Issue
Block a user