diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-09-26 17:53:21 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-09-26 17:53:21 +0300 |
commit | d18113ab665342901746e4623fcc439f513e5d38 (patch) | |
tree | 303004957139256d63fe3a2cb9be58b39f4fefd9 | |
parent | 5635c259f95d6e8c0eed760352125274001fec70 (diff) | |
download | unit-d18113ab665342901746e4623fcc439f513e5d38.tar.gz unit-d18113ab665342901746e4623fcc439f513e5d38.tar.bz2 |
Changed "path" to "directory" in configure summary.
The "directory" is more specific term, similar to "file".
-rw-r--r-- | auto/summary | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/auto/summary b/auto/summary index 8541695a..695b21f7 100644 --- a/auto/summary +++ b/auto/summary @@ -7,10 +7,11 @@ cat << END Configuration summary: - unit bin path: "$NXT_BINDIR" - unit sbin path: "$NXT_SBINDIR" - unit modules path: "$NXT_MODULES" - unit state path: "$NXT_STATE" + unit bin directory: "$NXT_BINDIR" + unit sbin directory: "$NXT_SBINDIR" + unit modules directory: "$NXT_MODULES" + unit state directory: "$NXT_STATE" + unit pid file: "$NXT_PID" unit log file: "$NXT_LOG" |