- tweaking kern.shminfo.shmseg is not needed anymore as the default value

is enough now

ok espie@
This commit is contained in:
ajacoutot 2009-01-15 07:29:29 +00:00
parent 97eb84d80b
commit 136524a7a1
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2008/11/28 17:44:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.37 2009/01/15 07:29:29 ajacoutot Exp $
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64 amd64
@ -6,7 +6,7 @@ CATEGORIES= x11
COMMENT= DVD player
DISTNAME= ogle-0.9.2
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
SHARED_LIBS= dvdcontrol 11.0 \
msgevents 8.0
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/

View File

@ -46,7 +46,6 @@ You will need to crank them up.
Starting with OpenBSD 3.3, sysctl(8) can modify the shared memory
parameters. A reasonable choice would be:
kern.shminfo.shmseg=32
kern.shminfo.shmall=32768
(to add to /etc/sysctl.conf, or to tweak manually with sysctl).