Remove unnecessary condition, the branch with_systemd cannot be on RHEL-6

This commit is contained in:
Honza Horak 2017-08-04 13:05:36 +02:00
parent e550f7b3c4
commit ad3f24323d
1 changed files with 0 additions and 4 deletions

View File

@ -821,13 +821,9 @@ install -D -p -m 644 scripts/mysql.service %{buildroot}%{_unitdir}/%{daemon_name
install -D -p -m 644 scripts/mysql@.service %{buildroot}%{_unitdir}/%{daemon_name}@.service
install -D -p -m 0644 scripts/mysql.tmpfiles.d %{buildroot}%{_tmpfilesdir}/%{name}.conf
%if 0%{?mysqld_pid_dir:1}
%if 0%{?rhel} == 6
echo "d %{_localstatedir}/run/%{mysqld_pid_dir} 0755 mysql mysql -" >>%{buildroot}%{_tmpfilesdir}/%{name}.conf
%else #RHEL 6
echo "d %{_rundir}/%{mysqld_pid_dir} 0755 mysql mysql -" >>%{buildroot}%{_tmpfilesdir}/%{name}.conf
%endif
%endif
%endif
# install SysV init script
%if %{with init_sysv}