git: rc.d/dhcpcd: Fix passing of extra arguments

Aaron LI aly at crater.dragonflybsd.org
Fri Nov 16 18:32:51 PST 2018


commit 2b2ab49c6324e149b67f42dc7f2ce380e1d0dd32
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Nov 17 10:28:22 2018 +0800

    rc.d/dhcpcd: Fix passing of extra arguments
    
    Before this fix, 'dhcpcd' ignores extra arguments when calling
    'run_rc_command()', which causes '/etc/rc.d/dhcpcd restart <ifname>' to
    fail.  Fix this issue by passing all arguments to 'run_rc_command()'.

Summary of changes:
 etc/rc.d/dhcpcd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2b2ab49c6324e149b67f42dc7f2ce380e1d0dd32


-- 
DragonFly BSD source repository



More information about the Commits mailing list