From 6f7473b2a7b26912565233530b13f2da0de7dc45 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sat, 22 Oct 2016 02:09:43 +0200 Subject: [PATCH] [cpubyuser] proper 'no' output for autoconf --- plugins/system/cpubyuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/cpubyuser b/plugins/system/cpubyuser index f2c548f1..04dc2c2f 100755 --- a/plugins/system/cpubyuser +++ b/plugins/system/cpubyuser @@ -43,7 +43,7 @@ if [ "$1" = "autoconf" ]; then if [ -n "$USERS" ]; then echo "yes" else - echo "\$USERS not defined." + echo "no (USERS setting is missing)" fi exit fi