Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 907185 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- dhcpcd.sh.orig      2023-05-16 23:12:28.724232888 +0300
0
++ dhcpcd.sh   2023-05-25 20:16:44.850413858 +0300
Lines 90-97 Link Here
90
       eval opts=\$dhcp_${IFVAR}
90
       eval opts=\$dhcp_${IFVAR}
91
       [ -z "${opts}" ] && opts=${dhcp}
91
       [ -z "${opts}" ] && opts=${dhcp}
92
       case " ${opts} " in
92
       case " ${opts} " in
93
               *" release "*) dhcpcd -k "${args}" "${IFACE}" ;;
93
               *" release "*) eval dhcpcd -k "${args}" "${IFACE}" ;;
94
               *) dhcpcd -x "${args}" "${IFACE}" ;;
94
               *) eval dhcpcd -x "${args}" "${IFACE}" ;;
95
       esac
95
       esac
96
       [ -f "${argsfile}" ] && rm -f "${argsfile}"
96
       [ -f "${argsfile}" ] && rm -f "${argsfile}"
97
       eend $?
97
       eend $?

Return to bug 907185