diff auto/summary @ 444:42d11f017717

nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Sep 2004 16:00:49 +0000
parents bd39260a1383
children f26432a1935a
line wrap: on
line diff
--- a/auto/summary
+++ b/auto/summary
@@ -1,3 +1,6 @@
+
+# Copyright (C) Igor Sysoev
+
 
 echo
 echo "Configuration summary"
@@ -69,6 +72,10 @@ echo "  nginx path prefix: $PREFIX"
 echo "  nginx binary file: $SBIN_PATH"
 echo "  nginx configuration file: $CONF_PATH"
 echo "  nginx pid file: $PID_PATH"
-echo "  nginx error log file: $ERROR_LOG_PATH"
+if [ ".$ERROR_LOG_PATH" != "." ]; then
+    echo "  nginx error log file: $ERROR_LOG_PATH"
+else
+    echo "  nginx logs errors to stderr"
+fi
 echo "  nginx http access log file: $HTTP_LOG_PATH"
 echo