summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-29 16:27:24 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-29 16:27:24 (GMT)
commit3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc (patch)
treeea921b58763753e519f38c171800baca2809a20d
parentd630a6ae3ada088453209270791ae281e2d5e393 (diff)
downloadlinhes_pkgbuild-3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc.zip
linhes_pkgbuild-3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc.tar.gz
linhes_pkgbuild-3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc.tar.bz2
linhes-config: don't remove the webserver when mythweb is not installed.
-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):