diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-15 22:28:29 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-15 22:28:29 (GMT) |
commit | deae37234a7a6bcadffff2a79646c8df99ca6402 (patch) | |
tree | f874ebc2a620b3e9d8fd7c65bbb9a9b15d64042d /abs | |
parent | 0ab912fc43d391ec766fb690a34bdd3699f51cd7 (diff) | |
download | linhes_pkgbuild-deae37234a7a6bcadffff2a79646c8df99ca6402.zip linhes_pkgbuild-deae37234a7a6bcadffff2a79646c8df99ca6402.tar.gz linhes_pkgbuild-deae37234a7a6bcadffff2a79646c8df99ca6402.tar.bz2 |
LinHES-config: for slave installs add supplemental-web-slave.
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_hostype.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index c09536b..2939f3d 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.3 -pkgrel=196 +pkgrel=197 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' @@ -161,7 +161,7 @@ md5sums=('26e20dba8d1bea96a07131ef945fd2f7' 'fe5e31b833cc6707209e9d656b6eb53c' 'a1dab8e26e8cbc326b8c1a0794bc25d8' '087a0ef743bc8af915503f8773536ce4' - 'c4a17e76bed8d8c56c1d3f4408be315d' + '61373f8826f49c1e09d90355e4df98dc' 'b4900090d841d3e390cb840cf16afd85' 'f2a19e3e864984ec95ac5ea090cbfa69' 'cf51cb22e23218ae7e9b55cac1ba3a7f' diff --git a/abs/core/LinHES-config/mv_hostype.py b/abs/core/LinHES-config/mv_hostype.py index 0f2f32d..d29ddee 100755 --- a/abs/core/LinHES-config/mv_hostype.py +++ b/abs/core/LinHES-config/mv_hostype.py @@ -289,8 +289,8 @@ def hostypeprint(systemconfig): remove_avahi_service() mv_common.link_file(myth_status,profile_status) - install_list = [ "nss-mdns", "rpcbind", "nfs-utils", "avahi", "libmysqlclient","ldm" ] - daemon_list = ["mythbackend", "rpcbind", "nfs-common", "netfs", "avahi" ,"msg_daemon","ldm" ] + install_list = [ "nss-mdns", "rpcbind", "nfs-utils", "avahi", "libmysqlclient","ldm","supplemental-web-slave"] + daemon_list = ["mythbackend", "rpcbind", "nfs-common", "netfs", "avahi" ,"msg_daemon","ldm","supplemental-slave" ] daemon_remove_list=["mysql", "lighttpd", "certmaster"] |