Adjust default cdrom device to the not so new world order

Approved by:	maintainer
This commit is contained in:
Markus Brueffer 2007-03-25 22:26:10 +00:00
parent 62e197f384
commit d8a9530f47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188339

View File

@ -0,0 +1,11 @@
--- lineak/cdromctrl.h.orig Mon Mar 19 22:21:01 2007
+++ lineak/cdromctrl.h Mon Mar 19 22:21:10 2007
@@ -28,7 +28,7 @@
# define DEFAULT_CDROM_DEVICE "/dev/cdrom"
#endif
#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
-# define DEFAULT_CDROM_DEVICE "/dev/cd0c"
+# define DEFAULT_CDROM_DEVICE "/dev/cd0"
#endif
#if defined (__CYGWIN__)
# define DEFAULT_CDROM_DEVICE "D:"