From 9b662456bb416676232c35de2293509e31a33aca Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 11 Feb 2003 02:34:18 +0000 Subject: fix nicknames with profiles (#82246) - source 'network' file in ifdown, so we get the current profile - change need_config to look in the various profile directories - pass device to usernetctl, as that's what's linked where usernetctl looks --- sysconfig/network-scripts/ifup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysconfig/network-scripts/ifup') diff --git a/sysconfig/network-scripts/ifup b/sysconfig/network-scripts/ifup index 73e4e805..3a3e4316 100755 --- a/sysconfig/network-scripts/ifup +++ b/sysconfig/network-scripts/ifup @@ -34,8 +34,9 @@ need_config ${CONFIG} if [ ${UID} != 0 ]; then if [ -x /usr/sbin/usernetctl ]; then - if /usr/sbin/usernetctl ${CONFIG} report ; then - exec /usr/sbin/usernetctl ${CONFIG} up + source_config + if /usr/sbin/usernetctl ${DEVICE} report ; then + exec /usr/sbin/usernetctl ${DEVICE} up fi fi echo $"Users cannot control this device." >&2 -- cgit v1.2.1