freebsd-ports/mail/assp/pkg-plist
Jimmy Olgeni 78e1f3cbee Fix default assp.cfg file creation and log file path.
Use assp_args rather than assp_flags in assp.in, according to the man page (before, assp_flags used to override user settings in assp_args).

Remove SIMPLE option ("Use procedural Web Page interfaces", defaults to ON).

Obtained from:	maintainer
2009-08-08 12:45:24 +00:00

67 lines
2.4 KiB
Text

etc/periodic/daily/510.assp
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic
%%DATADIR%%/assp.pl
%%DATADIR%%/files/URIBLCCTLDS.txt
%%DATADIR%%/files/blackre.txt
%%DATADIR%%/files/blockreportuser.txt
%%DATADIR%%/files/bombre.txt
%%DATADIR%%/files/denyalways.txt
%%DATADIR%%/files/droplist.txt
%%DATADIR%%/files/invalidhelo.txt
%%DATADIR%%/files/invalidptr.txt
%%DATADIR%%/files/ipnp.txt
%%DATADIR%%/files/nodelay.txt
%%DATADIR%%/files/redre.txt
%%DATADIR%%/files/strictspf.txt
%%DATADIR%%/files/validptr.txt
%%DATADIR%%/files/whiteorg.txt
%%DATADIR%%/images/assp.css
%%DATADIR%%/images/dropShadow.gif
%%DATADIR%%/images/editor.css
%%DATADIR%%/images/favicon.ico
%%DATADIR%%/images/info.png
%%DATADIR%%/images/logo.jpg
%%DATADIR%%/images/minusIcon.png
%%DATADIR%%/images/noIcon.png
%%DATADIR%%/images/opensource-logo.gif
%%DATADIR%%/images/plusIcon.png
%%DATADIR%%/images/project-support.jpg
%%DATADIR%%/images/shutdown.css
%%DATADIR%%/images/sourceforge-logo.gif
%%DATADIR%%/images/valid-xhtml10.gif
%%DATADIR%%/images/village.gif
%%DATADIR%%/images/xml-pill.gif
%%DATADIR%%/move2num.pl
%%DATADIR%%/rebuildspamdb.pl
%%DATADIR%%/reports/analyzereport.txt
%%DATADIR%%/reports/blockreport_html.txt
%%DATADIR%%/reports/blockreport_sub.txt
%%DATADIR%%/reports/blockreport_text.txt
%%DATADIR%%/reports/helpreport.txt
%%DATADIR%%/reports/notspamreport.txt
%%DATADIR%%/reports/redremovereport.txt
%%DATADIR%%/reports/redreport.txt
%%DATADIR%%/reports/spamreport.txt
%%DATADIR%%/reports/virusreport.txt
%%DATADIR%%/reports/whiteremovereport.txt
%%DATADIR%%/reports/whitereport.txt
%%DATADIR%%/stat.pl
@dirrm %%DATADIR%%/reports
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/files
@dirrm %%DATADIR%%
sbin/assp
sbin/assplog
%%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rm %%ASSP_HOME%%/logs
@unexec rm %%ASSP_HOME%%/reports
@unexec rm %%ASSP_HOME%%/images
@unexec rm %%ASSP_HOME%%/files
@unexec rmdir %%ASSP_HOME%% 2>/dev/null || true
@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi
@unexec rmdir %%ASSP_LOG%% 2>/dev/null || true
@unexec if [ -d %%ASSP_LOG%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_LOG%% directory."; fi
@unexec echo "If you are deinstalling ASSP completely, delete the ASSP user and group."