diff options
Diffstat (limited to 'www/nspluginwrapper/files/patch-ulimit')
-rw-r--r-- | www/nspluginwrapper/files/patch-ulimit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/nspluginwrapper/files/patch-ulimit b/www/nspluginwrapper/files/patch-ulimit new file mode 100644 index 000000000000..a372ddb4e8ec --- /dev/null +++ b/www/nspluginwrapper/files/patch-ulimit @@ -0,0 +1,7 @@ +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 |