summaryrefslogtreecommitdiff
path: root/sysutils
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
parentReset robb_force@holybuffalo.net by request; he does not have access to a (diff)
Adjust default cdrom device to the not so new world order
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=188339
Diffstat (limited to 'sysutils')
-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:"