summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xabs/core-testing/LinHES-config/mv_advanced.py4
-rwxr-xr-xabs/mv-core/MythVantage-config/PKGBUILD2
-rwxr-xr-xabs/mv-core/MythVantage-config/mv_advanced.py4
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):