Parent Directory | Revision Log | Revision Graph
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme - clean daily session and tmp folders [SME: 9626] - updated path for ibays' session and tmp folders to /var/cache
1 | unnilennium | 1.1 | diff -Nur e-smith-php-2.6.0.old/root/etc/cron.daily/tmpwatch-php e-smith-php-2.6.0/root/etc/cron.daily/tmpwatch-php |
2 | --- e-smith-php-2.6.0.old/root/etc/cron.daily/tmpwatch-php 1969-12-31 19:00:00.000000000 -0500 | ||
3 | +++ e-smith-php-2.6.0/root/etc/cron.daily/tmpwatch-php 2016-06-26 13:17:29.800000000 -0400 | ||
4 | @@ -0,0 +1,3 @@ | ||
5 | +[ -d /var/lib/php/session ] && /usr/sbin/tmpwatch -f 8 /var/lib/php/session | ||
6 | +[ -d /var/cache/e-smith/files/ibays ] && /usr/sbin/tmpwatch --nodirs -f 8 /var/cache/e-smith/files/ibays | ||
7 | + |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |