Do include installed scripts when not using systemd
This commit is contained in:
parent
74672f0ba7
commit
a4e66646fe
@ -945,6 +945,9 @@ fi
|
||||
%{_bindir}/mysqlbinlog
|
||||
%if %{with init_systemd}
|
||||
%{_bindir}/mysqld_pre_systemd
|
||||
%else
|
||||
%{_bindir}/mysqld_multi
|
||||
%{_bindir}/mysqld_safe
|
||||
%endif
|
||||
%{_bindir}/mysqldumpslow
|
||||
%{_bindir}/mysqltest
|
||||
|
Loading…
Reference in New Issue
Block a user