summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-08-30 15:01:22 +0200
committersmos <seth.mos@dds.nl>2011-08-30 15:01:22 +0200
commitca7c83acc78841850c46aa8bcdc044941db9ebe2 (patch)
tree3925b358d6d023fceb7edb8e5cb11ea5a448c995
parentef851fed2f74c1aedb5c782b6bb2e752775d6ded (diff)
downloadpfsense-ca7c83acc78841850c46aa8bcdc044941db9ebe2.zip
pfsense-ca7c83acc78841850c46aa8bcdc044941db9ebe2.tar.gz
Correct the path to rtsol
-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 4e9317d..db31cb2 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2965,7 +2965,7 @@ function interface_dhcpv6_configure($interface = "wan") {
sleep(1);
mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf {$wanif}");
sleep(1);
- mwexec("/usr/sbin/rtsol -d -O /etc/rc.newwanipv6 {$wanif}");
+ mwexec("/sbin/rtsol -d -O /etc/rc.newwanipv6 {$wanif}");
return 0;
}
OpenPOWER on IntegriCloud