From e92401ef4c2d317601f6280d654cd2b7b297e8b7 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 6 Aug 2018 11:15:47 +0200 Subject: network/ifup/ifdown: deprecations warnings redirected to stderr --- etc/rc.d/init.d/network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/init.d/network b/etc/rc.d/init.d/network index 36c1a922..ade227ef 100755 --- a/etc/rc.d/init.d/network +++ b/etc/rc.d/init.d/network @@ -49,9 +49,9 @@ interfaces=$(ls ifcfg-* | \ LC_ALL=C sed 's/ //') rc=0 -net_log $"You are using 'network' service provided by 'network-scripts', which are now deprecated." warning network -net_log $"'network-scripts' will be removed from distribution in near future." warning network -net_log $"It is advised to switch to 'NetworkManager' instead for network management." warning network +net_log $"You are using 'network' service provided by 'network-scripts', which are now deprecated." warning network >&2 +net_log $"'network-scripts' will be removed from distribution in near future." warning network >&2 +net_log $"It is advised to switch to 'NetworkManager' instead for network management." warning network >&2 # This disables additional warnings during the boot process: export DEPRECATION_WARNING_ISSUED='true' -- cgit v1.2.1