summaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-11-21 21:19:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-11-21 21:19:04 +0000
commit95b330af217a742acf1ba79a71836d868cb9086c (patch)
tree280cfe91cebd409bd4ff10487ece1a9e10214bfb /www/apache22
parentUpgrade to 1.3b3 (diff)
Redirect ulimit output to /dec/null
Notes
Notes: svn path=/head/; revision=8735
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/files/patch-ak2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/files/patch-ak b/www/apache22/files/patch-ak
index 207c8693fe6c..6a053da102b7 100644
--- a/www/apache22/files/patch-ak
+++ b/www/apache22/files/patch-ak
@@ -30,7 +30,7 @@
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
+
-+ eval `limits -e -C daemon`
++ eval `limits -e -C daemon` >/dev/null 2>&1
ERROR=0
ARGV="$@"