Public bug reported:
Binary package hint: roundcube-core
Ubuntu release Ubuntu 10.04.1 LTS
roundcube-core version 0.3.1-3
The roundcube-core package ships with an .htaccess file in
/var/lib/roundcube/temp, however this file gets deleted the first time
the daily cron job cleans out the temp directory. The cron job is
executing:
find /var/lib/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME
-print0 | xargs -0 -r rm
...which probably should be changed to:
find /var/lib/roundcube/temp -type f -mtime +$MAX_TMPFILE_LIFETIME '!'
-name .htaccess -print0 | xargs -0 -r rm
Expected behavior:
Files that ship with the package should still exist the next day.
** Affects: roundcube (Ubuntu)
Importance: Undecided
Status: New
--
/etc/cron.daily/roundcube-core removes .htaccess file
https://bugs.launchpad.net/bugs/681550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs