aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-08-06 11:15:47 +0200
committerDee'Kej <deekej@linuxmail.org>2018-08-06 12:41:13 +0200
commite92401ef4c2d317601f6280d654cd2b7b297e8b7 (patch)
treeae2bf22427a87310419169dfe2be779fedbbbb67 /etc
parent27724e4df026baa6def7d44ed08f4b8a7c1fdec7 (diff)
downloadinitscripts-e92401ef4c2d317601f6280d654cd2b7b297e8b7.tar
initscripts-e92401ef4c2d317601f6280d654cd2b7b297e8b7.tar.gz
initscripts-e92401ef4c2d317601f6280d654cd2b7b297e8b7.tar.bz2
initscripts-e92401ef4c2d317601f6280d654cd2b7b297e8b7.tar.xz
initscripts-e92401ef4c2d317601f6280d654cd2b7b297e8b7.zip
network/ifup/ifdown: deprecations warnings redirected to stderr
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/init.d/network6
1 files changed, 3 insertions, 3 deletions
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'