diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-19 18:23:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-19 18:23:53 (GMT) |
commit | 528cb144ccabf66fb6278f3025a3496d73a59a20 (patch) | |
tree | 6dcbcbe33b9dc96a441dfee3d3df96a12ef912e3 /abs/core/ceton-scripts/cqcm.patch | |
parent | 855cc7eb5a1ec13cc4ac28a910c79633703aa18f (diff) | |
parent | f8e6fc954ed4502f65355e30664fdbdbcd045cd7 (diff) | |
download | linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.zip linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.tar.gz linhes_pkgbuild-528cb144ccabf66fb6278f3025a3496d73a59a20.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
Diffstat (limited to 'abs/core/ceton-scripts/cqcm.patch')
-rw-r--r-- | abs/core/ceton-scripts/cqcm.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/ceton-scripts/cqcm.patch b/abs/core/ceton-scripts/cqcm.patch new file mode 100644 index 0000000..479ed1f --- /dev/null +++ b/abs/core/ceton-scripts/cqcm.patch @@ -0,0 +1,13 @@ +--- ceton_qam_channelmap.pl.orig 2011-08-16 22:41:13.000000000 +0000 ++++ ceton_qam_channelmap.pl 2011-08-16 22:42:37.000000000 +0000 +@@ -11,8 +11,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'; + + my $global_modulation = 'qam_256'; + |