Use /dev/cd0 as default cdrom device on FreeBSD

This commit is contained in:
Grzegorz Blach 2013-07-16 22:15:30 +02:00 committed by wm4
parent 18b6c01d92
commit d0020db5f3
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2360,7 +2360,7 @@ elif darwin ; then
elif dragonfly ; then
default_cdrom_device="/dev/cd0"
elif freebsd ; then
default_cdrom_device="/dev/acd0"
default_cdrom_device="/dev/cd0"
elif openbsd ; then
default_cdrom_device="/dev/rcd0c"
else