/dev/apm should be /dev/apm0

This commit is contained in:
Poul-Henning Kamp 1994-11-10 02:32:29 +00:00
parent 9a4deb1b4a
commit feba6ddfd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4331
2 changed files with 10 additions and 10 deletions

View File

@ -71,7 +71,7 @@
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
#
# $Id: MAKEDEV,v 1.46 1994/11/01 01:47:08 pst Exp $
# $Id: MAKEDEV,v 1.47 1994/11/02 06:36:42 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -595,10 +595,10 @@ vat)
;;
apm)
rm -f apm
mknod apm c 39 0
chown root.wheel apm
chmod 660 apm
rm -f apm0
mknod apm0 c 39 0
chown root.wheel apm0
chmod 660 apm0
;;
local)

View File

@ -71,7 +71,7 @@
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
#
# $Id: MAKEDEV,v 1.46 1994/11/01 01:47:08 pst Exp $
# $Id: MAKEDEV,v 1.47 1994/11/02 06:36:42 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -595,10 +595,10 @@ vat)
;;
apm)
rm -f apm
mknod apm c 39 0
chown root.wheel apm
chmod 660 apm
rm -f apm0
mknod apm0 c 39 0
chown root.wheel apm0
chmod 660 apm0
;;
local)