Adjust default cdrom device to the not so new world order
Approved by: maintainer
This commit is contained in:
parent
62e197f384
commit
d8a9530f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188339
1 changed files with 11 additions and 0 deletions
11
sysutils/lineakd/files/patch-lineak__cdromctrl.h
Normal file
11
sysutils/lineakd/files/patch-lineak__cdromctrl.h
Normal 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:"
|
Loading…
Reference in a new issue