summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/ceton-scripts/ccm.patch
blob: 53ec740e1378a42bd155fcb1f7f4f7a2e2029833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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";