summaryrefslogtreecommitdiff
path: root/www/squid/files
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-12 16:03:05 +0000
committertaca <taca@pkgsrc.org>2008-09-12 16:03:05 +0000
commit1747b5ed7d679c9e07035227b9e88e10d8b1fd22 (patch)
tree07d54d38367c638b1f73881d0fb8430b4c96f0b6 /www/squid/files
parent77a8ed0a963a8eb63ea40f59260a08d82dbac95a (diff)
downloadpkgsrc-1747b5ed7d679c9e07035227b9e88e10d8b1fd22.tar.gz
Adding missing files to be added. (Oops!)
Noted by Klaus Klein via private mail.
Diffstat (limited to 'www/squid/files')
-rw-r--r--www/squid/files/README.FreeBSD13
-rw-r--r--www/squid/files/README.NetBSD16
-rw-r--r--www/squid/files/README.OpenBSD13
-rw-r--r--www/squid/files/README.Solaris8
4 files changed, 50 insertions, 0 deletions
diff --git a/www/squid/files/README.FreeBSD b/www/squid/files/README.FreeBSD
new file mode 100644
index 00000000000..8c2f5d54933
--- /dev/null
+++ b/www/squid/files/README.FreeBSD
@@ -0,0 +1,13 @@
+
+$NetBSD: README.FreeBSD,v 1.1 2008/09/12 16:03:05 taca Exp $
+
+The following parameters should work for FreeBSD:
+
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+
+options SHMMAXPGS=8192
+options MSGMNB=8192
+options MSGSSZ=64
+options MSGTQL=2048
diff --git a/www/squid/files/README.NetBSD b/www/squid/files/README.NetBSD
new file mode 100644
index 00000000000..b3306c6aa57
--- /dev/null
+++ b/www/squid/files/README.NetBSD
@@ -0,0 +1,16 @@
+
+$NetBSD: README.NetBSD,v 1.1 2008/09/12 16:03:05 taca Exp $
+
+The following parameters should work for NetBSD:
+
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+
+options SHMMAXPGS=8192
+options MSGMNB=16384
+options MSGSSZ=64
+options MSGTQL=512
+
+After 4.99.35, you might set these parameter kern.ipc.* variables
+via sysctl(8).
diff --git a/www/squid/files/README.OpenBSD b/www/squid/files/README.OpenBSD
new file mode 100644
index 00000000000..e3509da6140
--- /dev/null
+++ b/www/squid/files/README.OpenBSD
@@ -0,0 +1,13 @@
+
+$NetBSD: README.OpenBSD,v 1.1 2008/09/12 16:03:05 taca Exp $
+
+The following parameters should work for OpenBSD:
+
+options SYSVMSG # System V-like message queues
+options SYSVSEM # System V-like semaphores
+options SYSVSHM # System V-like memory sharing
+
+options SHMMAXPGS=8192
+options MSGMNB=16384
+options MSGSSZ=64
+options MSGTQL=1024
diff --git a/www/squid/files/README.Solaris b/www/squid/files/README.Solaris
new file mode 100644
index 00000000000..0cdd43013df
--- /dev/null
+++ b/www/squid/files/README.Solaris
@@ -0,0 +1,8 @@
+
+$NetBSD: README.Solaris,v 1.1 2008/09/12 16:03:05 taca Exp $
+
+The following parameters in /etc/system should work for Solaris:
+
+set shmsys:shminfo_shmmax=2097152
+set shmsys:shminfo_shmmni=32
+set shmsys:shminfo_shmseg=16