diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/MESSAGE | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/squid/MESSAGE b/www/squid/MESSAGE deleted file mode 100644 index 6a2643174d6..00000000000 --- a/www/squid/MESSAGE +++ /dev/null @@ -1,25 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.4 2002/11/02 07:55:02 grant Exp $ - -You DO need running nameservice to start and run ${PKGNAME}. - -Use the ${PKGNAME} proxy and caching WWW Server by -configuring your WWW Navigator (Netscape, Mosaic, ...) -to use it as a proxy server. - -Please note that to use the diskd storage method, you'll likely have to -change SYSV-IPC parameters in the kernel config file (see -http://www.squid-cache.org/Doc/FAQ/FAQ-22.html for details). -The following parameters should work for most cases: -options SYSVMSG # System V-like message queues -options SYSVSEM # System V-like semaphores -options SYSVSHM # System V-like memory sharing -#options SHMMAXPGS=1024 # 1024 pages is the default -options SHMMAXPGS=8192 # special stuff for squid diskd -options MSGMNB=16384 -options MSGMNI=41 -options MSGSEG=2048 -options MSGSSZ=64 -options MSGTQL=512 - -=========================================================================== |