diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
commit | 848504faaa76edb3533b82a41551b9955e38d057 (patch) | |
tree | 0c9362abad4de502caac9c95a0e3976b13dcf744 /www/nspluginwrapper/files/patch-ulimit | |
parent | Remove zero-byte files (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=274542
Diffstat (limited to 'www/nspluginwrapper/files/patch-ulimit')
-rw-r--r-- | www/nspluginwrapper/files/patch-ulimit | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/nspluginwrapper/files/patch-ulimit b/www/nspluginwrapper/files/patch-ulimit deleted file mode 100644 index a372ddb4e8ec..000000000000 --- a/www/nspluginwrapper/files/patch-ulimit +++ /dev/null @@ -1,7 +0,0 @@ -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 |