Index: disc-cover
--- disc-cover.orig
+++ disc-cover
@@ -39,9 +39,9 @@ my $cvs_id_string = '$Id: disc-cover,v 1.6 2006/06/20 
 my ($config_homedir) = "";
 $config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
 my ($config_tmp_dir) = '/tmp';
-my (@config_template_dirs) = ('/usr/share/disc-cover/templates','/usr/lib/disc-cover/templates','templates');
+my (@config_template_dirs) = ('%%PREFIX%%/share/disc-cover','templates');
 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;
@@ -1725,7 +1725,7 @@ sub create_cdserverrc
 		open CDSERVERRC, ">$config_cdserverrc" or end_program("Could not open \"$config_cdserverrc\"", "Check if you can write this file yourself.");
 
 		print CDSERVERRC "# Created by Disc-Cover $version\n";
-		print CDSERVERRC "SERVER=cddbp://freedb.freedb.org:888/\n";
+		print CDSERVERRC "SERVER=cddbp://gnudb.gnudb.org:8880/\n";
 		print CDSERVERRC "ACCESS=REMOTE\n";
 
 		close CDSERVERRC;
