summaryrefslogtreecommitdiff
path: root/www/squid25/pkg-install
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2001-03-27 12:28:47 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2001-03-27 12:28:47 +0000
commit88dd211266913d0df8c20d25df96c11041e4f94c (patch)
treeedff426bdf7c55288de3d1aa4ac38e64c1c2c382 /www/squid25/pkg-install
parentThe last set of patches, I had to hand edit, didn't apply cleanly. (diff)
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..)
Notes
Notes: svn path=/head/; revision=40434
Diffstat (limited to '')
-rw-r--r--www/squid25/pkg-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/squid25/pkg-install b/www/squid25/pkg-install
index 2b6052e5aa11..82f6605be3a2 100644
--- a/www/squid25/pkg-install
+++ b/www/squid25/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