Commit 5c2589ce authored by Franco Fichtner's avatar Franco Fichtner

inc: mixed up script and pid file in rtsold invoke

parent 0b9139a0
...@@ -3643,8 +3643,8 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) { ...@@ -3643,8 +3643,8 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
mwexecf( mwexecf(
'/usr/sbin/rtsold -p %s -O %s -R %s %s', '/usr/sbin/rtsold -p %s -O %s -R %s %s',
array( array(
"{$g['varetc_path']}/rtsold_{$wanif}_script.sh",
"{$g['varrun_path']}/rtsold_{$wanif}.pid", "{$g['varrun_path']}/rtsold_{$wanif}.pid",
"{$g['varetc_path']}/rtsold_{$wanif}_script.sh",
'/usr/bin/true', /* XXX missing proper script to refresh resolv.conf */ '/usr/bin/true', /* XXX missing proper script to refresh resolv.conf */
$wanif $wanif
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment