Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: drop check on engine-notifierd ......................................................................
packaging: setup: drop check on engine-notifierd engine-notifierd has been renamed to ovirt-engine-notifier in oVirt 3.3. Since 3.5 support upgrade only from 3.4 we don't need to check it anymore. Change-Id: I79b4b9bf369742e941239cc2b2d5bfee72345ecc Signed-off-by: Sandro Bonazzola <sbona...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/28234/1 diff --git a/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py b/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py index 58bbe30..96d12d4 100644 --- a/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py +++ b/packaging/setup/plugins/ovirt-engine-common/base/system/hostile_services.py @@ -1,6 +1,6 @@ # # ovirt-engine-setup -- ovirt engine setup -# Copyright (C) 2013 Red Hat, Inc. +# Copyright (C) 2013-2014 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ def _init(self): self.environment.setdefault( osetupcons.SystemEnv.HOSTILE_SERVICES, - 'ovirt-engine-dwhd,engine-notifierd,ovirt-engine-notifier' + 'ovirt-engine-dwhd,ovirt-engine-notifier' ) self._enabled = False self._toStart = [] -- To view, visit http://gerrit.ovirt.org/28234 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I79b4b9bf369742e941239cc2b2d5bfee72345ecc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches