Bin Liu 2017-08-29 09:56:24 +00:00 committed by Git OBS Bridge
parent 81c78de08e
commit aca77467e9

View File

@ -273,7 +273,7 @@ APIs and libraries, default configuration files, and an init script.
%service_add_pre corosync.service corosync-notifyd.service
%post
%tmpfiles_create /usr/lib/tmpfiles.d/corosync-notifyd ||:
%tmpfiles_create /usr/lib/tmpfiles.d/corosync-notifyd
%{fillup_and_insserv -n corosync}
%service_add_post corosync.service corosync-notifyd.service
@ -549,7 +549,7 @@ getent passwd coroqnetd >/dev/null || useradd -r -g coroqnetd -u 701 -s /sbin/no
exit 0
%post -n corosync-qnetd
%tmpfiles_create /usr/lib/tmpfiles.d/corosync-qnetd.conf ||:
%tmpfiles_create /usr/lib/tmpfiles.d/corosync-qnetd.conf
%if %{sles_version} > 0
ln -s /run/corosync-qnetd /var/run/
%endif