mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
/dev/apm should be /dev/apm0
This commit is contained in:
parent
9a4deb1b4a
commit
feba6ddfd8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4331
10
etc/MAKEDEV
10
etc/MAKEDEV
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user