]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- rel 2 auto/th/apache-mod_suphp-0_7_1-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Nov 2009 01:35:11 +0000 (01:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- restart apache properly

Changed files:
    apache-mod_suphp.logrotate -> 1.3
    apache-mod_suphp.spec -> 1.53

apache-mod_suphp.logrotate
apache-mod_suphp.spec

index 9df3889cd636637c95e2270a9702230224e9da13..1ac6382364b1b5d0beee0c69f6a33d39b8d721f6 100644 (file)
@@ -1,7 +1,7 @@
 /var/log/httpd/suphp_log {
     olddir /var/log/archive/httpd
     postrotate
-       /bin/killall -HUP httpd
+       /sbin/service httpd flush-logs > /dev/null
     endscript
 }
 
index 6aaae3171526858a7a3ed5c0c9fb7437e40f6132..8727623d592764f8891920c43683500e78ebbaac 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Apache module: suPHP - execute PHP scripts with the permissions of thei
 Summary(pl.UTF-8):     Moduł do apache: suPHP - uruchamianie skryptów PHP z uprawnieniami ich właścicieli
 Name:          apache-mod_%{mod_name}
 Version:       0.7.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
This page took 0.037231 seconds and 4 git commands to generate.