diff auto/options @ 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 f390d1775430
children 295d97d70c69
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -1,3 +1,5 @@
+
+# Copyright (C) Igor Sysoev
 
 help=no
 
@@ -234,6 +236,10 @@ case ".$ERROR_LOG_PATH" in
         ERROR_LOG_PATH=$PREFIX/logs/error.log
     ;;
 
+    .stderr)
+        ERROR_LOG_PATH=
+    ;;
+
     *)
         ERROR_LOG_PATH=$PREFIX/$ERROR_LOG_PATH
     ;;