summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-19 19:57:36 +0000
committerErmal <eri@pfsense.org>2013-03-19 19:57:36 +0000
commitb8ded12521c1fc20bb6bad37527292bfb7c47e96 (patch)
treef5b9b2dadd22ea2a664ca948da78f7052d7e70d8 /etc/inc/interfaces.inc
parent9b6010ffc526f4106bc423c8cd8fff12b9ad4cee (diff)
downloadpfsense-b8ded12521c1fc20bb6bad37527292bfb7c47e96.zip
pfsense-b8ded12521c1fc20bb6bad37527292bfb7c47e96.tar.gz
Use full patch
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index aab915e..2d1fef3 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3561,7 +3561,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_routerv6\n";
$rtsoldscript .= "echo $2 > {$g['tmp_path']}/{$wanif}_defaultgwv6\n";
$rtsoldscript .= "if [ -f {$g['varrun_path']}/dhcp6c_{$wanif}.pid ]; then\n";
- $rtsoldscript .= "\tpkill -F {$g['varrun_path']}/dhcp6c_{$wanif}.pid\n";
+ $rtsoldscript .= "\t/bin/pkill -F {$g['varrun_path']}/dhcp6c_{$wanif}.pid\n";
$rtsoldscript .= "fi\n";
$rtsoldscript .= "/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}\n";
/* Add wide-dhcp6c shell script here. Because we can not pass a argument to it. */
OpenPOWER on IntegriCloud