diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate')
-rw-r--r-- | rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate b/rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate new file mode 100644 index 00000000..dd0ce1b9 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/build/rpm/httpd.logrotate @@ -0,0 +1,8 @@ +/var/log/httpd/*log { + missingok + notifempty + sharedscripts + postrotate + /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true + endscript +} |