diff options
author | adrian <adrian@FreeBSD.org> | 2001-03-27 12:28:47 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-03-27 12:28:47 +0000 |
commit | 3ca2480a29d24957776816eb442841b3ed5c718c (patch) | |
tree | 230051f19e722703ee78f04c82878f06a4fd922a /www/squid/pkg-install | |
parent | bf27a3f66a942e0a43c6de636c0d99d8802f7f8e (diff) | |
download | FreeBSD-ports-3ca2480a29d24957776816eb442841b3ed5c718c.zip FreeBSD-ports-3ca2480a29d24957776816eb442841b3ed5c718c.tar.gz |
PR: 26059
Update the squid-2.4 port to actually _be_ squid-2.4 . Phew.
This port builds, installs, packages, pkg_delete's cleanly.
I'm going to run it through some more linting and tidying up before
I'm completely done with it.
Differences from squid22/squid23 :
* install-pinger isn't built. I'll tackle this later, possibly by creating
a squid user/group. I don't like having suid binaries installed,
even more so when 99% of the users of this port won't even enable
ICMP pinging.
* I've enabled the lru and heap replacement policies. LRU is used by
default, the beauty here is that the user can choose one or the other
without needing a recompile.
* I've enabled ufs (sync), diskd (async) and null (no caching, only proxying).
This again lets users choose what they want without needing a recompile.
The default is still a 100mb cache in /usr/local/squid/cache/ running
ufs. I would change it to diskd but if the user hasn't tweaked their
sysV shm/msg parameters sufficiently they'll just be puzzled when squid
gives mysterious sysV errors (and if they load it up enough to have UFS
become an issue, they'd be better off reading the squid FAQ anyhow..)
Diffstat (limited to 'www/squid/pkg-install')
-rw-r--r-- | www/squid/pkg-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/squid/pkg-install b/www/squid/pkg-install index 2b6052e..82f6605 100644 --- a/www/squid/pkg-install +++ b/www/squid/pkg-install @@ -14,6 +14,10 @@ case $2 in echo " configuring your WWW Navigator (Netscape, Mosaic,...)" echo " to use it as a proxy server." echo "" + echo " o Note that before you can run ${PKGNAME} you will" + echo " need to initialise the cache directory." + echo " You can do this by typing \"squid -z\"." + echo "" echo "==> Press Enter to edit the ${PKGNAME} config file." echo " (The defaults are reasonable; and the file is well commented)" tput md |