summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_hostype.py
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-13 01:15:23 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-13 01:15:23 (GMT)
commita3823515f7d144339c81b2454033ed7a0696e55c (patch)
tree44f670d179a79a17f19b9021e90920fab6ef8eff /abs/core/LinHES-config/mv_hostype.py
parentd0c10b1079f1ad57c9c072e725687bf47d303a38 (diff)
downloadlinhes_pkgbuild-a3823515f7d144339c81b2454033ed7a0696e55c.zip
linhes_pkgbuild-a3823515f7d144339c81b2454033ed7a0696e55c.tar.gz
linhes_pkgbuild-a3823515f7d144339c81b2454033ed7a0696e55c.tar.bz2
linhes-config: update hostype to nfs4 pkg's
Diffstat (limited to 'abs/core/LinHES-config/mv_hostype.py')
-rwxr-xr-xabs/core/LinHES-config/mv_hostype.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/abs/core/LinHES-config/mv_hostype.py b/abs/core/LinHES-config/mv_hostype.py
index 4eade73..1a108af 100755
--- a/abs/core/LinHES-config/mv_hostype.py
+++ b/abs/core/LinHES-config/mv_hostype.py
@@ -143,8 +143,8 @@ def hostypeprint(systemconfig):
run_mysqlnetwork = True
if systemconfig["hostypec"]:
setup_db()
- install_list=["mysql", "mythdb-initial", "avahi", "portmap", "nfs-utils", "local-website", "myth2ipod", "mythtv-status"]
- daemon_list=["mysql", "mythbackend", "avahi", "portmap", "nfs-utils", "netfs", "lighttpd"]
+ install_list=["mysql", "mythdb-initial", "avahi", "rpcbind", "nfs-utils", "local-website", "myth2ipod", "mythtv-status"]
+ daemon_list=["mysql", "mythbackend", "avahi", "rpcbind", "nfs-common", "netfs", "lighttpd"]
if data_config.SYSTEMTYPE == "MythVantage":
install_list.append('ghosd')
@@ -152,8 +152,8 @@ def hostypeprint(systemconfig):
logging.info("Master backend system being configured")
setup_ntp(False,"null")
setup_avahi(systemconfig["TEMPLATES"])
- install_list=["mysql", "mythdb-initial", "avahi", "portmap", "nfs-utils", "local-website", "myth2ipod", "mythtv-status"]
- daemon_list=["mysql", "mythbackend", "avahi", "portmap", "nfs-utils", "netfs", "lighttpd"]
+ install_list=["mysql", "mythdb-initial", "avahi", "rpcbind", "nfs-utils", "local-website", "myth2ipod", "mythtv-status"]
+ daemon_list=["mysql", "mythbackend", "avahi", "rpcbind", "nfs-common", "netfs", "lighttpd"]
EnableNetwork = True
run_mysqlnetwork = True
if data_config.SYSTEMTYPE == "MythVantage":
@@ -169,8 +169,8 @@ def hostypeprint(systemconfig):
remove_avahi_service()
if systemconfig["hostypec"]:
setup_db()
- install_list = ["portmap", "nfs-utils", "local-website", "avahi", "libmysqlclient" ]
- daemon_list = ["mythbackend", "portmap", "nfs-utils", "netfs", "lighttpd", "avahi" ]
+ install_list = ["rpcbind", "nfs-utils", "local-website", "avahi", "libmysqlclient" ]
+ daemon_list = ["mythbackend", "rpcbind", "nfs-common", "netfs", "lighttpd", "avahi" ]
daemon_remove_list=('mysql')
if data_config.SYSTEMTYPE == "MythVantage":
install_list.remove("local-website")
@@ -185,9 +185,9 @@ def hostypeprint(systemconfig):
logging.info("Frontend only system being configured")
setup_ntp(True,systemconfig["dbhost"])
remove_avahi_service()
- install_list=["mysql-clients", "libmysqlclient", "avahi", "portmap", "nfs-utils", "local-website"]
+ install_list=["mysql-clients", "libmysqlclient", "avahi", "rpcbind", "nfs-utils", "local-website"]
remove_list=["mysql"]
- daemon_list=["mysql", "mythbackend", "avahi", "portmap", "nfs-utils", "netfs", "lighttpd"]
+ daemon_list=["mysql", "mythbackend", "avahi", "rpcbind", "nfs-common", "netfs", "lighttpd"]
daemon_remove_list=("mysql", "mythbackend")
if data_config.SYSTEMTYPE == "MythVantage":
install_list.remove("local-website")