From 4c6d6941e2619d4e29e7c25b44faf2fb9b2365af Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 28 Apr 2022 18:56:19 +0200 Subject: [PATCH] wording for deprecated config file --- minifirewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minifirewall b/minifirewall index 6f6ce42..a7c8aff 100755 --- a/minifirewall +++ b/minifirewall @@ -208,7 +208,7 @@ source_configuration() { ## even if it has been deprecated since Debian 8 old_config_file="/etc/firewall.rc" if test -f ${old_config_file}; then - printf "${YELLOW}%s is deprecated. Rename it to %s${RESET}\n" "${old_config_file}" "${config_file}" >&2 + printf "${YELLOW}%s is deprecated and ignored. Rename it to %s${RESET}\n" "${old_config_file}" "${config_file}" >&2 fi exit 1