Dear Martin, You can see here that the author of Tumgreyspf has followed your advices and did a rephrase of what he wrote:
http://www.tummy.com/Community/software/tumgreyspf/ I'm going to make a new release of the Debian package with what he wrote as package description. Also, I have found a bug in my package. The cronjob tests like this: 6 * * * * tumgreyspf [ -d /usr/lib/tumgreyspf/tumgreyspf-clean ] && /usr/lib/tumgreyspf/tumgreyspf-clean Of course, tumgreyspf-clean is NOT a folder but a file, so the test is always wrong and the clean script is never called. On one of my customer's VPS it was REALLY slow to upgrade as the upgrade script does this: chown -R tumgreyspf /var/lib/tumgreyspf I think this is highly stupid too, it's not needed at all to use the -R flag, so I will replace it by: chown tumgreyspf /var/lib/tumgreyspf if [ -d /var/lib/tumgreyspf/config ] && chown -R tumgreyspf /var/lib/tumgreyspf/config if [ -d /var/lib/tumgreyspf/data ] && chown tumgreyspf /var/lib/tumgreyspf if [ -d /var/lib/tumgreyspf/test ] && chown tumgreyspf /var/lib/tumgreyspf/test if [ -d /var/lib/tumgreyspf/test/data ] && chown tumgreyspf /var/lib/tumgreyspf/test/data which will make upgrade a lot faster. As Paul Wise (my sponsor for tumgreyspf) is currently in holiday, would you be able to sponsor the upload ? Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]