From: Marcin Krol Date: Sun, 9 Aug 2015 11:03:33 +0000 (+0000) Subject: - drop systemd leftovers X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=666e3a2ea6725874883333198d83cd718b942ff2 - drop systemd leftovers --- diff --git a/apache.logrotate b/apache.logrotate index 2d05b37..27ebbe5 100644 --- a/apache.logrotate +++ b/apache.logrotate @@ -9,10 +9,6 @@ olddir /var/log/archive/httpd sharedscripts postrotate - if /bin/systemd_booted; then - /bin/systemctl reload httpd.service - else - /sbin/service httpd flush-logs > /dev/null - fi + /sbin/service httpd flush-logs > /dev/null endscript } diff --git a/apache.spec b/apache.spec index b1f6181..bcb4a33 100644 --- a/apache.spec +++ b/apache.spec @@ -35,7 +35,7 @@ Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.4.16 -Release: 2 +Release: 3 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz