summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_advanced.py
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 /abs/core-testing/LinHES-config/mv_advanced.py
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.
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_advanced.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_advanced.py4
1 files changed, 2 insertions, 2 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):