diff options
author | markus <markus@FreeBSD.org> | 2007-03-26 06:26:10 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-03-26 06:26:10 +0800 |
commit | cd75e3d706daab071bcfa70de6bccfba9058e0bf (patch) | |
tree | 42ecf2f3a7f3efafbb8698a17b90d25337919e7b /sysutils | |
parent | b2df0dba410f41efbe02447bb38b2294cf2af3bf (diff) | |
download | freebsd-ports-gnome-cd75e3d706daab071bcfa70de6bccfba9058e0bf.tar.gz freebsd-ports-gnome-cd75e3d706daab071bcfa70de6bccfba9058e0bf.tar.zst freebsd-ports-gnome-cd75e3d706daab071bcfa70de6bccfba9058e0bf.zip |
Adjust default cdrom device to the not so new world order
Approved by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lineakd/files/patch-lineak__cdromctrl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lineakd/files/patch-lineak__cdromctrl.h b/sysutils/lineakd/files/patch-lineak__cdromctrl.h new file mode 100644 index 000000000000..5f2f53bab925 --- /dev/null +++ b/sysutils/lineakd/files/patch-lineak__cdromctrl.h @@ -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:" |