aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineakd
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-03-25 22:26:10 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-03-25 22:26:10 +0000
commitd8a9530f473a4fe53331213e9da65eb99ff90275 (patch)
treeb7397665182f148be770c0d8d483e8a656133597 /sysutils/lineakd
parent62e197f384c8f3e857b5a594226a1243d4acc526 (diff)
downloadports-d8a9530f473a4fe53331213e9da65eb99ff90275.tar.gz
ports-d8a9530f473a4fe53331213e9da65eb99ff90275.zip
Notes
Diffstat (limited to 'sysutils/lineakd')
-rw-r--r--sysutils/lineakd/files/patch-lineak__cdromctrl.h11
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:"