|
|||||||||||
|
DO NOT REPLY [Bug 13609] - apachectl does not work under Tru64 Unix
From: <bugzilla(at)apache.org>
Date: Tue Jan 21 2003 - 17:26:29 EST
apachectl does not work under Tru64 Unix
exec "$CONFIG_SHELL" "$0" ${1+"$@"} which restarts the script using the Korn shell. At that point, it eventually gets to the line: if TMP_ULIMIT=`ulimit -H -n` && ulimit -S -n $TMP_ULIMIT ; then and is still running the Korn shell. The argument `ulimit -H -n` is perfectly valid in T64 Korn shell, so the configure script would not assign null to APACHECTL_ULIMIT. What I don't understand is why you were seeing differently. Presumably, when you tested this, configure did not restart itself with the Korn Shell? In any event, there is a discrepancy between T64 ksh and sh, in that -H is valid in ksh, but -h should be used in sh. To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Tue Jan 21 22:25:02 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:20 EDT |
||||||||||
|
|||||||||||