From 3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sat, 29 Aug 2009 11:27:24 -0500 Subject: linhes-config: don't remove the webserver when mythweb is not installed. --- abs/core-testing/LinHES-config/mv_advanced.py | 4 ++-- abs/mv-core/MythVantage-config/PKGBUILD | 2 +- abs/mv-core/MythVantage-config/mv_advanced.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/abs/core-testing/LinHES-config/mv_advanced.py b/abs/core-testing/LinHES-config/mv_advanced.py index 2b53d04..4790fcf 100755 --- a/abs/core-testing/LinHES-config/mv_advanced.py +++ b/abs/core-testing/LinHES-config/mv_advanced.py @@ -199,9 +199,9 @@ def setup_mythweb(UseMythWEB): mv_common.add_service("lighttpd") else: logging.info(" Removing mythweb") - mv_common.pacremove("lighttpd") +# mv_common.pacremove("lighttpd") mv_common.pacremove("mythweb") - mv_common.remove_service("lighttpd") + # mv_common.remove_service("lighttpd") return def setup_samba(systemconfig,data_config): diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD index ce01f18..752c67b 100755 --- a/abs/mv-core/MythVantage-config/PKGBUILD +++ b/abs/mv-core/MythVantage-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=MythVantage-config pkgver=3.2 -pkgrel=165 +pkgrel=166 pkgdesc="The Gui-installer" depends=(bc libstatgrab mysql-python expect curl dnsutils parted diff --git a/abs/mv-core/MythVantage-config/mv_advanced.py b/abs/mv-core/MythVantage-config/mv_advanced.py index 2b53d04..4790fcf 100755 --- a/abs/mv-core/MythVantage-config/mv_advanced.py +++ b/abs/mv-core/MythVantage-config/mv_advanced.py @@ -199,9 +199,9 @@ def setup_mythweb(UseMythWEB): mv_common.add_service("lighttpd") else: logging.info(" Removing mythweb") - mv_common.pacremove("lighttpd") +# mv_common.pacremove("lighttpd") mv_common.pacremove("mythweb") - mv_common.remove_service("lighttpd") + # mv_common.remove_service("lighttpd") return def setup_samba(systemconfig,data_config): -- cgit v0.12