mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update the example rules in devfs.conf to reflect the changes since ATA_CAM.
While here, add another example rule, as many applications these days expect to find /dev/dvd instead. MFC after: 3 days
This commit is contained in:
parent
07ebc3626e
commit
58fdb93577
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@
|
|||
#link ttyv0 vga
|
||||
|
||||
# Commonly used by many ports
|
||||
#link acd0 cdrom
|
||||
#link cd0 cdrom
|
||||
#link cd0 dvd
|
||||
|
||||
# Allow a user in the wheel group to query the smb0 device
|
||||
#perm smb0 0660
|
||||
|
|
|
|||
Loading…
Reference in a new issue