summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/myth_settings_wrapper.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-12-05LinHES-config: systemconfig.py: change config_xml file location to ↵Britney Fransen1-0/+6
/home/mythtv/.mythtv and link root and share. myth_settings_wrapper.sh: add new mythtv 29 network setting mv_install.py: start mysql eariler for master backend installs so systemconfig will correct BackendIP and BackendAddr.
2012-12-22LinHES-config: added support for configuing mythzmserver to ↵James Meyer1-1/+6
myth_settings_wrapper.sh. It will add the server and port to the settings table for each system that has mythzoneminder installed. Also modificed mv_software.py to setup zoneminder where needed and also mythzmserver refs #887
2012-10-30LinHES-config: For FE only systems set BackendIP to NULL.James Meyer1-4/+12
By setting it to null it will autoselect which private IP to accept connections on for remote control. refs #858 closes #858
2012-10-14LinHES-config: added some logic to account for when the hostname changes ↵James Meyer1-2/+10
via the service menu. - restart func (this will work itself out if left alone) - restart xymon - run mythutils to change hostname - reload systemsettings with new hostname
2012-09-29LinHES config: several changes hereJames Meyer1-2/+27
- added modules config_xml calling this will setup config.xml for mythtv and root user - install_db_chroot.sh will now generate the default settings and load them into a table - mv_install now calles myth_settings_wrapper.sh to load the default db
2012-09-20LinHES-config: write out /etc/exports for non-sg systemsJames Meyer1-2/+13
2012-08-17LinHES-config: fix hostype change after a system is installed.James Meyer1-2/+13
2012-05-13LinHES-config: myth_settings_wrapper. Fix bug when setting the default ↵James Meyer1-2/+2
access settings. Previously the order of the arguments was wrong and inserted bad values into the database.
2012-04-21LinHES-config: add myth_settings_wrapper, and convert exisiting programs to ↵James Meyer1-0/+249
use it. myth_settings_wrapper.sh is a wrapper around mythutils and is used to update a few database settings and also to save/restore settings during install.