From d04f030d1aded025a96a42efe3496003c5dfe64e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 25 Sep 2017 20:15:33 +0300 Subject: [PATCH] Added --bindir and --sbindir options to the summary page. --- auto/summary | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/auto/summary b/auto/summary index 6af23a8d..8541695a 100644 --- a/auto/summary +++ b/auto/summary @@ -7,10 +7,12 @@ cat << END Configuration summary: - unit pid file: "$NXT_PID" - unit log file: "$NXT_LOG" + unit bin path: "$NXT_BINDIR" + unit sbin path: "$NXT_SBINDIR" unit modules path: "$NXT_MODULES" unit state path: "$NXT_STATE" + unit pid file: "$NXT_PID" + unit log file: "$NXT_LOG" unit control API socket: "$NXT_CONTROL"