rc.d/dhcpcd: Fix passing of extra arguments
authorAaron LI <aly@aaronly.me>
Sat, 17 Nov 2018 02:28:22 +0000 (10:28 +0800)
committerAaron LI <aly@aaronly.me>
Sat, 17 Nov 2018 02:28:22 +0000 (10:28 +0800)
commit2b2ab49c6324e149b67f42dc7f2ce380e1d0dd32
tree33f14222ec7a14adf0312be94d09e829b040871b
parentcdb47f1ac67562f4724d73edbe08348897d023da
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()'.
etc/rc.d/dhcpcd