blob: 9a7ddae9b070d8a5c2049edfdc9a63b49b93e27b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.11 2017/01/18 09:52:13 wiz Exp $
Adapt path in examplef or NetBSD.
--- abcde.conf.orig 2006-10-02 03:26:11.000000000 +0900
+++ abcde.conf 2010-04-10 10:03:49.000000000 +0900
@@ -221,7 +221,7 @@
# CD device you want to read from
# It can be defined as a singletrack flac file, but since it might change from
# file to file it makes little sense to define it here.
-#CDROM=/dev/cdrom
+#CDROM=/dev/rcd0d
# If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d"
# If we are using the ide-scsi emulation layer, we need to define a "g"
#CDPARANOIACDROMBUS="d"
|