From 72d5e865cbc0e461e58b1da43b44efaef4559fc1 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 21 Aug 2017 10:49:57 +0200 Subject: [PATCH] configd: make note when we are not running Even if we are supposed to return well-formed output it's better to show a hard error here so we can trace the problem to this message. It's somewhat aligned with rc's restart message but not with a question mark at the end so that it's clear... --- src/sbin/configctl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbin/configctl b/src/sbin/configctl index 7fff7e823..c221635f6 100755 --- a/src/sbin/configctl +++ b/src/sbin/configctl @@ -1,6 +1,7 @@ #!/bin/sh if [ ! -e /var/run/configd.pid ]; then + echo "configd not running!" exit 1 fi