Changes between Initial Version and Version 1 of Ticket #13162, comment 2
- Timestamp:
- Oct 31, 2017, 10:21:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13162, comment 2
initial v1 1 1 config.xml contents for user running mythfrontend: 2 {{{ 2 3 <Configuration> 3 4 <Database> … … 22 23 <LocalHostName></LocalHostName> 23 24 </Configuration> 24 25 }}} 25 26 config.xml file for user mythtv (/etc/mythtv/config.xml) 27 {{{ 26 28 <Configuration> 27 29 <Database> … … 40 42 </WakeOnLAN> 41 43 </Configuration> 42 44 }}} 43 45 Note config.xml file for user running mythtv was originally sym linked to /etc/mythtv/config.xml. running mythfrontend caused this sym link to be removed and replaced with a new config.xml file. 44 46