diff auto/options @ 6176:c983c8dea44c

Configure: moved NGX_SBIN_PATH variable initialization. It's now initialized in auto/options like the rest of variables for system paths. As a side effect, the currently unused macro NGX_SBIN_PATH now gets the correct value.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 10 Jun 2015 12:25:31 +0300
parents 8807a2369b1a
children 0dcef374b8bb
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -525,6 +525,7 @@ if [ ".$NGX_PLATFORM" = ".win32" ]; then
 fi
 
 
+NGX_SBIN_PATH=${NGX_SBIN_PATH:-sbin/nginx}
 NGX_CONF_PATH=${NGX_CONF_PATH:-conf/nginx.conf}
 NGX_CONF_PREFIX=`dirname $NGX_CONF_PATH`
 NGX_PID_PATH=${NGX_PID_PATH:-logs/nginx.pid}