Bug 470460

Summary: Add cleanup script
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: php-eacceleratorAssignee: Matthias Saou <matthias>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: matthias
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.9.5.3-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-22 18:45:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Thienemann 2008-11-07 10:15:52 UTC
/var/cache/php-eacclerator is growing and growing.

Please add the following file to /etc/cron.daily/:

[root@gonzo ~]# cat /etc/cron.daily/php-eaccelerator
#!/bin/sh
# Cleanup non-accessed files after 7 days
/usr/sbin/tmpwatch -d -f 168 /var/cache/php-eaccelerator
[root@gonzo ~]#

Comment 1 Bug Zapper 2008-11-26 04:57:23 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Matthias Saou 2008-12-22 18:45:18 UTC
I've updated devel to 0.9.5.3 and included the daily cron job at the same time.