[MPlayer-dev-eng] [PATCH] Default CDROM device on OpenBSD
Edd Barrett
vext01 at gmail.com
Tue Aug 3 01:17:28 CEST 2010
Hi,
The correct default CDROM device on OpenBSD is infact /dev/rcd0c. Also we are
currently having to patch this defualt device manually in:
DOCS/man/en/mplayer.1
DOCS/xml/en/cd-dvd.xml
Ideally, the correct device could be subsituted into the manual page during
configuration(?).
Index: configure
===================================================================
--- configure (revision 31906)
+++ configure (working copy)
@@ -6059,7 +6059,7 @@
elif freebsd ; then
default_cdrom_device="/dev/acd0"
elif openbsd ; then
- default_cdrom_device="/dev/rcd0a"
+ default_cdrom_device="/dev/rcd0c"
elif sunos ; then
default_cdrom_device="/vol/dev/aliases/cdrom0"
# Modern Solaris versions use HAL instead of the vold daemon, the volfs
--
Best Regards
Edd Barrett
http://www.theunixzoo.co.uk
More information about the MPlayer-dev-eng
mailing list