diff options
Diffstat (limited to 'network-scripts/ifdown')
-rwxr-xr-x | network-scripts/ifdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network-scripts/ifdown b/network-scripts/ifdown index 9b4add62..d04dad4c 100755 --- a/network-scripts/ifdown +++ b/network-scripts/ifdown @@ -17,9 +17,9 @@ CONFIG=$1 } if ! [ -f /etc/sysconfig/disable-deprecation-warnings ] && ! is_true ${DEPRECATION_WARNING_ISSUED}; then - net_log $"You are using 'ifdown' script provided by 'network-scripts', which are now deprecated." warning ifdown - net_log $"'network-scripts' will be removed in one of the next major releases of RHEL." warning ifdown - net_log $"It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well." warning ifdown + net_log $"You are using 'ifdown' script provided by 'network-scripts', which are now deprecated." warning ifdown >&2 + net_log $"'network-scripts' will be removed in one of the next major releases of RHEL." warning ifdown >&2 + net_log $"It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well." warning ifdown >&2 fi need_config "${CONFIG}" |