Bug 470460 - Add cleanup script
Summary: Add cleanup script
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: php-eaccelerator
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Saou
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-07 10:15 UTC by Andreas Thienemann
Modified: 2008-12-22 18:45 UTC (History)
1 user (show)

Fixed In Version: 0.9.5.3-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-22 18:45:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.