diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /mail/qmail-scanner | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | ports-0416031c9ba13da33845bc762078065b482dd551.tar.gz ports-0416031c9ba13da33845bc762078065b482dd551.zip |
Notes
Diffstat (limited to 'mail/qmail-scanner')
-rw-r--r-- | mail/qmail-scanner/pkg-plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/qmail-scanner/pkg-plist b/mail/qmail-scanner/pkg-plist index f7e3018df384..bbc89c5de733 100644 --- a/mail/qmail-scanner/pkg-plist +++ b/mail/qmail-scanner/pkg-plist @@ -7,17 +7,17 @@ share/examples/qs2mrtg/mrtg-qmail-scanner.cfg %%SPOOLDIR%%/quarantine-attachments.sample @exec [ ! -f %D/%%SPOOLDIR%%/quarantine-attachments.txt ] && cp %D/%%SPOOLDIR%%/quarantine-attachments.sample %D/%%SPOOLDIR%%/quarantine-attachments.txt %%SPOOLDIR%%/qmail-scanner-queue-version.txt -@unexec rmdir %D/%%SPOOLDIR%%/archives/cur 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/archives/new 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/archives/tmp 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/archives 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/quarantine/cur 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/quarantine/new 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/quarantine 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/working/cur 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/working/new 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/working/tmp 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/working 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%%/tmp 2>/dev/null || true -@unexec rmdir %D/%%SPOOLDIR%% 2>/dev/null || true +@dirrmtry %%SPOOLDIR%%/archives/cur +@dirrmtry %%SPOOLDIR%%/archives/new +@dirrmtry %%SPOOLDIR%%/archives/tmp +@dirrmtry %%SPOOLDIR%%/archives +@dirrmtry %%SPOOLDIR%%/quarantine/cur +@dirrmtry %%SPOOLDIR%%/quarantine/new +@dirrmtry %%SPOOLDIR%%/quarantine/tmp +@dirrmtry %%SPOOLDIR%%/quarantine +@dirrmtry %%SPOOLDIR%%/working/cur +@dirrmtry %%SPOOLDIR%%/working/new +@dirrmtry %%SPOOLDIR%%/working/tmp +@dirrmtry %%SPOOLDIR%%/working +@dirrmtry %%SPOOLDIR%%/tmp +@dirrmtry %%SPOOLDIR%% |