diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 21:50:00 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 21:50:00 +0300 |
commit | 39cd4a9dee9a8ea61af0efd6d62ed8d692375ab7 (patch) | |
tree | a7e5e2ef216e89ea4d6f2634db9b52a8877612b5 | |
parent | 0fdc7c3a55daceb54c034a51b30f06a932236965 (diff) | |
download | unit-39cd4a9dee9a8ea61af0efd6d62ed8d692375ab7.tar.gz unit-39cd4a9dee9a8ea61af0efd6d62ed8d692375ab7.tar.bz2 |
Prettier ./configure summary.
-rw-r--r-- | auto/summary | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/auto/summary b/auto/summary index eba49b49..1c9df4b1 100644 --- a/auto/summary +++ b/auto/summary @@ -5,26 +5,27 @@ cat << END -Configuration summary: +Unit configuration summary: - unit bin directory: "$NXT_BINDIR" - unit sbin directory: "$NXT_SBINDIR" - unit lib directory: "$NXT_LIBDIR" - unit include directory: "$NXT_INCDIR" - unit modules directory: "$NXT_MODULES" - unit state directory: "$NXT_STATE" + bin directory: ............. "$NXT_BINDIR" + sbin directory: ............ "$NXT_SBINDIR" + lib directory: ............. "$NXT_LIBDIR" + include directory: ......... "$NXT_INCDIR" + modules directory: ......... "$NXT_MODULES" + state directory: ........... "$NXT_STATE" - unit pid file: "$NXT_PID" - unit log file: "$NXT_LOG" + pid file: .................. "$NXT_PID" + log file: .................. "$NXT_LOG" - unit control API socket: "$NXT_CONTROL" + control API socket: ........ "$NXT_CONTROL" - non-privileged user: "$NXT_USER" - non-privileged group: "$NXT_GROUP" + non-privileged user: ....... "$NXT_USER" + non-privileged group: ...... "$NXT_GROUP" - IPv6 support: $NXT_INET6 - Unix domain sockets support: $NXT_UNIX_DOMAIN - TLS support: $NXT_OPENSSL - debug logging: $NXT_DEBUG + IPv6 support: .............. $NXT_INET6 + Unix domain sockets support: $NXT_UNIX_DOMAIN + TLS support: ............... $NXT_OPENSSL + + debug logging: ............. $NXT_DEBUG END |