diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-21 21:19:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-21 21:19:04 +0000 |
commit | 95b330af217a742acf1ba79a71836d868cb9086c (patch) | |
tree | 280cfe91cebd409bd4ff10487ece1a9e10214bfb /www/apache13 | |
parent | Upgrade to 1.3b3 (diff) |
Redirect ulimit output to /dec/null
Notes
Notes:
svn path=/head/; revision=8735
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/files/patch-ak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/files/patch-ak b/www/apache13/files/patch-ak index 207c8693fe6c..6a053da102b7 100644 --- a/www/apache13/files/patch-ak +++ b/www/apache13/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="$@" |