]> granicus.if.org Git - apache/commit
Change the ulimit command used by apachectl on AIX so that it
authorJeff Trawick <trawick@apache.org>
Wed, 15 Jan 2003 14:32:06 +0000 (14:32 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Jan 2003 14:32:06 +0000 (14:32 +0000)
commit6cd3fc79724e9b7caa780bf98f9b9630c56bfcf9
treeb7876fcfcefe898ebd11caaff86b0bc9373a49b6
parentb31aeb23b86dcf4a824b8dbc3204987f37015394
Change the ulimit command used by apachectl on AIX so that it
works in all locales.

the standard command fails in a non-English locale if the hard
limit is unlimited since the display of the limit will translate
"unlimited", but ulimit only accepts English "unlimited" on input

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98277 13f79535-47bb-0310-9956-ffa450edef68
support/config.m4