diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-29 16:27:24 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-29 16:27:24 (GMT) |
commit | 3eeb924c21ef82a144d1fa48c3dd2d571ea4f9bc (patch) | |
tree | ea921b58763753e519f38c171800baca2809a20d /abs/core-testing | |
parent | d630a6ae3ada088453209270791ae281e2d5e393 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core-testing/LinHES-config/mv_advanced.py | 4 |
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): |