0ff341f3a0
location (i.e. ${QMAIL_DIR}/bin instead of ${PREFIX}/bin) Suggested by: J. Martin Petersen <jmp@alvorlig.dk> Fumihiko Kimura <jfkimura@yahoo.co.jp> - Check for qmail-queue binary in Makefile - Display build knobs descriptions in pre-configure - Install qs2mrtg.pl script (from contrib/) Submitted by: maintainer
15 lines
722 B
Text
15 lines
722 B
Text
@comment $FreeBSD$
|
|
bin/qmail-scanner-queue.pl
|
|
bin/qs2mrtg.pl
|
|
%%SPOOLDIR%%/quarantine-attachments.sample
|
|
%%SPOOLDIR%%/quarantine-attachments.txt
|
|
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
|