--- ceton_channelmap.pl.orig 2011-08-16 22:41:03.000000000 +0000 +++ ceton_channelmap.pl 2011-08-16 22:41:47.000000000 +0000 @@ -8,8 +8,8 @@ my $mysql_host = 'localhost'; my $mysql_db = 'mythconverg'; -my $mysql_user = 'root'; -my $mysql_pw = 'PUT PASSWORD HERE'; +my $mysql_user = 'mythtv'; +my $mysql_pw = 'mythtv'; -e $wget_path or die "Error: wget does not appear to be in the location specified ($wget_path) . Please configure the \$wget_path variable in this script\n";