[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: roundcube



OoO En  ce début de  soirée du dimanche  11 février 2007,  vers 21:47,
sean finney <seanius@debian.org> disait:

>> Depends: dbconfig-common, apache2 | httpd, libapache2-mod-php5 | libapache-mod-php5 | php5 | php5-cgi | libapache2-mod-php4 | libapache-mod-php4 | php4-cgi | php4, php5-mysql | php5-mysqli | php4-mysql | php5-pgsql | php4-pgsql | php5-sqlite | php4-sqlite, ucf
>> Suggests: mysql-server | posgresql-server | sqlite

> if you use dbconfig-common, you should also have an or'd Depends between
> the database client packages that it supports.  i guess that'd be:

> mysql-client | virtual-mysql-client | postgresql-client-8.1 |
> postgresql-client

OK, I add sqlite to the list too.

> as for the tmp dir issue, if you don't feel safe using /var/tmp, you
> should use /var/cache/package/some-subdirectory-name instead, along with
> a cronjob to clear out the old files.  i'd recommend using a
> subdirectory so you have the freedom to use the parent directory for
> more later in case the need ever arises.

OK. Any tip for the cronjob ? 15 days old files ? Something like :
 find /var/cache/roundcube/temp -type f -mtime +15 -print0 | xargs -0 rm
-- 
Use free-form input when possible.
            - The Elements of Programming Style (Kernighan & Plauger)



Reply to: