Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: services: sysv: fix metadata ......................................................................
packaging: services: sysv: fix metadata Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1063860 Change-Id: Ia77243a4ac3240f53ab0328126cb130ac2817b47 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.sysv.in M packaging/services/ovirt-websocket-proxy/ovirt-websocket-proxy.sysv.in 2 files changed, 10 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/24363/1 diff --git a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.sysv.in b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.sysv.in index 37e7f28..d0e26e4 100644 --- a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.sysv.in +++ b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.sysv.in @@ -1,14 +1,14 @@ #!/bin/sh # -# Start/stop oVirt Engine +# Start/stop oVirt Engine Notifier # # chkconfig: - 65 34 -# description: oVirt Engine -# pidfile: /var/run/ovirt-engine.pid +# description: oVirt Engine Notifier +# pidfile: /var/run/ovirt-engine-notifier.pid ### BEGIN INIT INFO -# Provides: ovirt-engine -# Short-Description: oVirt Engine +# Provides: ovirt-engine-notifier +# Short-Description: oVirt Engine Notifier ### END INIT INFO # Source function library. diff --git a/packaging/services/ovirt-websocket-proxy/ovirt-websocket-proxy.sysv.in b/packaging/services/ovirt-websocket-proxy/ovirt-websocket-proxy.sysv.in index db3627e..21c285e 100644 --- a/packaging/services/ovirt-websocket-proxy/ovirt-websocket-proxy.sysv.in +++ b/packaging/services/ovirt-websocket-proxy/ovirt-websocket-proxy.sysv.in @@ -1,14 +1,14 @@ #!/bin/sh # -# Start/stop oVirt Engine +# Start/stop oVirt WebSocket Proxy # # chkconfig: - 65 34 -# description: oVirt Engine -# pidfile: /var/run/ovirt-engine.pid +# description: oVirt WebSocket Proxy +# pidfile: /var/run/ovirt-websocket-proxy.pid ### BEGIN INIT INFO -# Provides: ovirt-engine -# Short-Description: oVirt Engine +# Provides: ovirt-websocket-proxy +# Short-Description: oVirt Engine WebSocket Proxy ### END INIT INFO # Source function library. -- To view, visit http://gerrit.ovirt.org/24363 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia77243a4ac3240f53ab0328126cb130ac2817b47 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
