openbsd-ports/audio/disc-cover/patches/patch-disc-cover
sturm b18b3fd053 update to disc-cover 1.4.0
{DE,}INSTALL messages are unneccessary, so removed

naddy@ OK
2002-12-18 09:36:21 +00:00

13 lines
548 B
Plaintext

$OpenBSD: patch-disc-cover,v 1.2 2002/12/18 09:36:21 sturm Exp $
--- disc-cover.orig Tue Dec 10 22:21:28 2002
+++ disc-cover Tue Dec 10 22:24:53 2002
@@ -39,7 +39,7 @@ my ($config_homedir) = "";
$config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
my ($config_tmp_dir) = '/tmp';
my ($config_output_format) = 'ps';
-my ($config_device) = "/dev/cdrom";
+my ($config_device) = "/dev/cd0c";
my ($config_cddb_cache_directory) = "$config_homedir/.cddb";
my ($config_flaptext) = split ',', (getpwuid($<))[6];
my ($config_version_config) = undef;