From 9125a04c45b5f52ef29b04a19b67c0ce6bed04fc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 9 Sep 2013 06:50:28 -0700 Subject: [PATCH] Apply Thomas D's fix for error message in shorewall-init Signed-off-by: Tom Eastep --- Shorewall-init/shorewall-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-init/shorewall-init b/Shorewall-init/shorewall-init index 86b15b3f1..5f093005b 100644 --- a/Shorewall-init/shorewall-init +++ b/Shorewall-init/shorewall-init @@ -50,7 +50,7 @@ if [ -f "$SYSCONFDIR/shorewall-init" ]; then exit 1 fi else - echo "ERROR: /etc/sysconfig/shorewall-init not found" >&2 + echo "ERROR: ${SYSCONFDIR}/shorewall-init not found" >&2 exit 1 fi