From 778249aae6b4c75ccce46a5288144c648ca7be70 Mon Sep 17 00:00:00 2001 From: Raymond Wagner Date: Sat, 12 Jan 2013 16:05:13 -0500 Subject: [PATCH] Update docs to reference config.xml instead of mysql.txt. --- mythtv/docs/doxygen-architecture-document.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mythtv/docs/doxygen-architecture-document.cpp b/mythtv/docs/doxygen-architecture-document.cpp index 85e8e38d71e..1d8e1ea6735 100644 --- a/mythtv/docs/doxygen-architecture-document.cpp +++ b/mythtv/docs/doxygen-architecture-document.cpp @@ -612,9 +612,12 @@ to access these assets:
  • GetConfDir() returns the value of the runtime env. var. $MYTHCONFDIR, or $HOME/.mythtv
  • -
  • mysql.txt is loaded from GetShareDir(), GetInstallPrefix() + /etc/mythtv, - GetConfDir(), and the current directory. Later files override the values - from earlier ones.
  • +
  • The new config.xml has replaced the old mysql.txt, and is loaded from + GetConfDir() only. If not found, MythTV will attempt to discover the + database credentials over UPnP from the master backend, falling back to + the compiled-in defaults of mythtv:mythtv@localhost/mythconverg. If no + connection can be established, the necessary information is queried from + the user.
  • */