From: Reedy Date: Wed, 26 Sep 2012 22:57:27 +0000 (+0100) Subject: Only bin/ulimit4.sh is used by MW in GlobalFunctions.php X-Git-Tag: 1.31.0-rc.0~22257^2 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=edfffe29849498647773d83171315b0cab323285;p=lhc%2Fweb%2Fwiklou.git Only bin/ulimit4.sh is used by MW in GlobalFunctions.php Delete the old unused ones Change-Id: Id9c24191a8ddc6972cd7f2dcd4f609301dcebc65 --- diff --git a/bin/ulimit-tvf.sh b/bin/ulimit-tvf.sh deleted file mode 100755 index 8a1eb81c60..0000000000 --- a/bin/ulimit-tvf.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -ulimit -t $1 -v $2 -f $3 -shift 3 -"$@" - diff --git a/bin/ulimit.sh b/bin/ulimit.sh deleted file mode 100644 index 7a1925cc27..0000000000 --- a/bin/ulimit.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -ulimit -t $1 -ulimit -v $2 -shift 2 -"$@" -