From 666e3a2ea6725874883333198d83cd718b942ff2 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 9 Aug 2015 11:03:33 +0000 Subject: [PATCH] - drop systemd leftovers --- apache.logrotate | 6 +----- apache.spec | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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 -- 2.44.0