diff options
Diffstat (limited to 'security/gringotts/files/patch-gringotts.in')
-rw-r--r-- | security/gringotts/files/patch-gringotts.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gringotts/files/patch-gringotts.in b/security/gringotts/files/patch-gringotts.in new file mode 100644 index 0000000..39352c8 --- /dev/null +++ b/security/gringotts/files/patch-gringotts.in @@ -0,0 +1,10 @@ +--- src/gringotts.in.orig Sat Apr 20 14:49:15 2002 ++++ src/gringotts.in Fri Jul 5 19:09:14 2002 +@@ -1,5 +1,5 @@ +-#! /bin/bash ++#! /bin/sh + CORE_LIMIT=`ulimit -Sc` + ulimit -Sc 0 +-@bindir@/gringotts-bin "$@" ++gringotts-bin "$@" + ulimit -Sc $CORE_LIMIT |