diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-30 09:29:18 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-30 09:29:18 +0000 |
commit | cc50cf47ea8e6905511d8a0929da5f47b79d1325 (patch) | |
tree | 6d00f064931bcf9ae64eb92590130344cc3e36c4 /audio | |
parent | Committed; maintainer timeout. (diff) |
Use /dev/cdrom instead of atapi drive device name.
PR: 44515
Approved by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd-console/files/patch-aa | 2 | ||||
-rw-r--r-- | audio/cd-console/files/patch-ab | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/cd-console/files/patch-aa b/audio/cd-console/files/patch-aa index 9c5a0941e336..43fada8853d9 100644 --- a/audio/cd-console/files/patch-aa +++ b/audio/cd-console/files/patch-aa @@ -15,7 +15,7 @@ - +DEFS = -DOS_BSD +EXTRA_OBJS = cd_ll_bsd.o -+CDDEVICE=\"/dev/acd0c\" ++CDDEVICE=\"/dev/cdrom\" # you shouldn't have to change anything below this line diff --git a/audio/cd-console/files/patch-ab b/audio/cd-console/files/patch-ab index 87ba8607e5c5..4e6a557db5ab 100644 --- a/audio/cd-console/files/patch-ab +++ b/audio/cd-console/files/patch-ab @@ -1,11 +1,12 @@ ---- cd_ll_bsd.cpp.orig Sun Nov 28 20:14:31 1999 -+++ cd_ll_bsd.cpp Sun Nov 28 20:15:29 1999 +--- cd_ll_bsd.cpp.orig Sat Aug 25 14:09:00 2001 ++++ cd_ll_bsd.cpp Sat Oct 26 21:16:54 2002 @@ -10,7 +10,9 @@ #include "cd_ll_bsd.h" // the cd-rom device file +-#define DEVICE "/dev/acd0c" +#ifndef DEVICE - #define DEVICE "/dev/acd0c" ++#define DEVICE "/dev/cdrom" +#endif cd_ll_bsd::cd_ll_bsd() |