Skip to content

Commit

Permalink
Prettier ./configure summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
VBart committed Nov 15, 2018
1 parent 0fdc7c3 commit 39cd4a9
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions auto/summary
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39cd4a9

Please sign in to comment.