2004-01-16 22:18:20 +01:00
|
|
|
@comment $FreeBSD$
|
1997-12-06 13:28:14 +01:00
|
|
|
etc/rc.d/squid.sh
|
2004-01-16 22:18:20 +01:00
|
|
|
etc/squid/mib.txt
|
|
|
|
@unexec if cmp -s %D/etc/squid/mime.conf %D/etc/squid/mime.conf.default; then rm -f %D/etc/squid/mime.conf; fi
|
|
|
|
etc/squid/mime.conf.default
|
|
|
|
@unexec if cmp -s %D/etc/squid/msntauth.conf %D/etc/squid/msntauth.conf.default; then rm -f %D/etc/squid/msntauth.conf; fi
|
|
|
|
etc/squid/msntauth.conf.default
|
|
|
|
@unexec if cmp -s %D/etc/squid/squid.conf %D/etc/squid/squid.conf.default; then rm -f %D/etc/squid/squid.conf; fi
|
|
|
|
etc/squid/squid.conf.default
|
2001-08-31 16:03:02 +02:00
|
|
|
etc/squid/icons/anthony-binhex.gif
|
|
|
|
etc/squid/icons/anthony-bomb.gif
|
|
|
|
etc/squid/icons/anthony-box.gif
|
|
|
|
etc/squid/icons/anthony-box2.gif
|
|
|
|
etc/squid/icons/anthony-c.gif
|
|
|
|
etc/squid/icons/anthony-compressed.gif
|
|
|
|
etc/squid/icons/anthony-dir.gif
|
|
|
|
etc/squid/icons/anthony-dirup.gif
|
|
|
|
etc/squid/icons/anthony-dvi.gif
|
|
|
|
etc/squid/icons/anthony-f.gif
|
|
|
|
etc/squid/icons/anthony-image.gif
|
|
|
|
etc/squid/icons/anthony-image2.gif
|
|
|
|
etc/squid/icons/anthony-layout.gif
|
|
|
|
etc/squid/icons/anthony-link.gif
|
|
|
|
etc/squid/icons/anthony-movie.gif
|
|
|
|
etc/squid/icons/anthony-pdf.gif
|
|
|
|
etc/squid/icons/anthony-portal.gif
|
|
|
|
etc/squid/icons/anthony-ps.gif
|
|
|
|
etc/squid/icons/anthony-quill.gif
|
|
|
|
etc/squid/icons/anthony-script.gif
|
|
|
|
etc/squid/icons/anthony-sound.gif
|
|
|
|
etc/squid/icons/anthony-tar.gif
|
|
|
|
etc/squid/icons/anthony-tex.gif
|
|
|
|
etc/squid/icons/anthony-text.gif
|
|
|
|
etc/squid/icons/anthony-unknown.gif
|
|
|
|
etc/squid/icons/anthony-xbm.gif
|
|
|
|
etc/squid/icons/anthony-xpm.gif
|
2001-03-27 14:28:47 +02:00
|
|
|
sbin/RunAccel
|
2001-08-31 16:03:02 +02:00
|
|
|
sbin/RunCache
|
2002-10-14 07:51:12 +02:00
|
|
|
sbin/squidclient
|
2001-08-31 16:03:02 +02:00
|
|
|
sbin/squid
|
2004-01-16 22:18:20 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/QUICKSTART
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/RELEASENOTES.html
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/debug-sections.txt
|
|
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
|
|
@comment Start of dynamically generated plist
|
|
|
|
@comment End of dynamically generated plist
|
|
|
|
@comment These directories are maybe not empty at deinstallation time.
|
|
|
|
@comment Since we try to preserve the data in there for updates anyway, be quiet.
|
|
|
|
@unexec rmdir %D/etc/squid/icons 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/etc/squid/errors 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/etc/squid 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/squid/logs 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/squid/cache 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/squid 2>/dev/null || true
|