diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-03-25 22:26:10 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-03-25 22:26:10 +0000 |
commit | d8a9530f473a4fe53331213e9da65eb99ff90275 (patch) | |
tree | b7397665182f148be770c0d8d483e8a656133597 /sysutils/lineakd | |
parent | 62e197f384c8f3e857b5a594226a1243d4acc526 (diff) | |
download | ports-d8a9530f473a4fe53331213e9da65eb99ff90275.tar.gz ports-d8a9530f473a4fe53331213e9da65eb99ff90275.zip |
Notes
Diffstat (limited to 'sysutils/lineakd')
-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:" |