Files
pkgsrc-ng/audio/rip/patches/patch-aa
2013-09-26 17:14:40 +02:00

23 lines
1.0 KiB
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2004/10/19 03:13:11 ben Exp $
--- rip.orig 2004-10-08 17:11:28.000000000 +0000
+++ rip 2004-10-08 17:12:08.000000000 +0000
@@ -128,7 +128,7 @@
my %config; # Configuration passed to CDDB/CDDB_get
-my $dev = "/dev/cdrom"; # CDROM device to read (used by -d/--dev)
+my $dev = "/dev/rcd0d"; # CDROM device to read (used by -d/--dev)
$config{CD_DEVICE} = $dev; # Device that has the audio CD
$config{CDDB_HOST} = "freedb.freedb.org"; # CDDB host to find the server on
$config{CDDB_PORT} = 888; # CDDB port the CDDB server is using
@@ -343,7 +343,7 @@
print rcFile "# Only when debug is set to \"\" is the errorFile removed after each rip.\n";
print rcFile "debug = \"\"\n\n";
print rcFile "# The default device to find the CD in.\n";
- print rcFile "dev = \"/dev/cdrom\"\n\n";
+ print rcFile "dev = \"/dev/rcd0d\"\n\n";
close( rcFile );
}