Skip to content

Commit

Permalink
CA-219714: Rename mpathalert-daemon.service to mpathalert.service
Browse files Browse the repository at this point in the history
This is the service name that scripts/mpathalert-daemon expects.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes committed Sep 2, 2016
1 parent 867dc3c commit 60550cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/OMakefile
Expand Up @@ -57,7 +57,7 @@ install:
$(IDATA) xapi.service $(DESTDIR)/usr/lib/systemd/system/xapi.service
$(IDATA) attach-static-vdis.service $(DESTDIR)/usr/lib/systemd/system/attach-static-vdis.service
$(IDATA) save-boot-info.service $(DESTDIR)/usr/lib/systemd/system/save-boot-info.service
$(IDATA) mpathalert-daemon.service $(DESTDIR)/usr/lib/systemd/system/mpathalert-daemon.service
$(IDATA) mpathalert.service $(DESTDIR)/usr/lib/systemd/system/mpathalert.service
mkdir -p $(DESTDIR)$(ETCDIR)/master.d
$(IPROG) on-master-start $(DESTDIR)$(ETCDIR)/master.d/01-example
$(IPROG) mpathalert-daemon $(DESTDIR)$(ETCDIR)/master.d/03-mpathalert-daemon
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions xapi.spec.in
Expand Up @@ -163,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT
%systemd_post xapi.service
%systemd_post attach-static-vdis.service
%systemd_post save-boot-info.service
%systemd_post mpathalert-daemon.service
%systemd_post mpathalert.service

%preun core
%systemd_preun cdrommon@.service
Expand All @@ -172,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT
%systemd_preun xapi.service
%systemd_preun attach-static-vdis.service
%systemd_preun save-boot-info.service
%systemd_preun mpathalert-daemon.service
%systemd_preun mpathalert.service

%postun core
%systemd_postun_with_restart cdrommon@.service
Expand All @@ -182,7 +182,7 @@ rm -rf $RPM_BUILD_ROOT
%systemd_postun_with_restart xapi.service
%systemd_postun_with_restart attach-static-vdis.service
%systemd_postun_with_restart save-boot-info.service
%systemd_postun_with_restart mpathalert-daemon.service
%systemd_postun_with_restart mpathalert.service

%files core -f core-files
%defattr(-,root,root,-)
Expand Down Expand Up @@ -334,7 +334,7 @@ rm -rf $RPM_BUILD_ROOT
%{_unitdir}/xapi.service
%{_unitdir}/attach-static-vdis.service
%{_unitdir}/save-boot-info.service
%{_unitdir}/mpathalert-daemon.service
%{_unitdir}/mpathalert.service

%files xe
%defattr(-,root,root,-)
Expand Down

0 comments on commit 60550cf

Please sign in to comment.