head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.05.23.22.50.19;	author jkim;	state dead;
branches;
next	1.1;

1.1
date	2009.08.06.15.59.17;	author bsam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update nspluginwrapper to 1.4.0 and assume maintainership. [1]
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper.

Approved by:	Dave Grochowski (malus.x@@gmail.com) [1]
@
text
@Index: usr/lib/nspluginwrapper/i386/linux/npviewer
@@@@ -1,4 +1,5 @@@@
 #!/bin/sh
 TARGET_OS=linux
 TARGET_ARCH=i386
+ulimit -s 32768 2>/dev/null
 . /usr/local/lib/nspluginwrapper/noarch/npviewer
@


1.1
log
@Limit the stack size for plugins. Linux glibc threading behaves
slightly differently with a smaller stack size and the Flash plugins
rely on this behaviour.

Suggested by:	dchagin
Patch by:	nox
Discussed at:	freebsd-emulation
Reminded by:	Tijl Coosemans <tijl@@ulyssis.org>
@
text
@@

