Revision d48ed103
Added by Seth Mos about 13 years ago
etc/inc/services.inc | ||
---|---|---|
36 | 36 |
pfSense_BUILDER_BINARIES: /sbin/ifconfig /usr/sbin/arp /sbin/ifconfig /usr/local/sbin/dnsmasq |
37 | 37 |
pfSense_BUILDER_BINARIES: /usr/sbin/bsnmpd /sbin/route /usr/local/sbin/olsrd |
38 | 38 |
pfSense_BUILDER_BINARIES: /usr/local/sbin/miniupnpd /usr/sbin/radvd /usr/local/sbin/unbound |
39 |
pfSense_BUILDER_BINARIES: /usr/local/sbin/dhcleases6 |
|
39 | 40 |
pfSense_MODULE: utils |
40 | 41 |
*/ |
41 | 42 |
|
... | ... | |
1006 | 1007 |
if(count($dhcpdv6ifs) > 0) { |
1007 | 1008 |
mwexec("/usr/local/sbin/dhcpd -6 -user dhcpd -group _dhcp -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpdv6.conf -pf {$g['varrun_path']}/dhcpdv6.pid " . |
1008 | 1009 |
join(" ", $dhcpdv6ifs)); |
1009 |
mwexec("/usr/local/sbin/dhcpleases -c \"/usr/local/bin/php -f /usr/local/sbin/prefixes.php|/bin/sh\" -p {$g['dhcpd_chroot_path']}/var/run/dhcpd6.pid -l {$g['dhcpd_chroot_path']}/var/db/dhcpd6.leases -h {$g['varetc_path']}/hosts");
|
|
1010 |
mwexec("/usr/local/sbin/dhcpleases6 -c \"/usr/local/bin/php -f /usr/local/sbin/prefixes.php|/bin/sh\" -l {$g['dhcpd_chroot_path']}/var/db/dhcpd6.leases");
|
|
1010 | 1011 |
} |
1011 | 1012 |
|
1012 | 1013 |
if ($g['booting']) { |
Also available in: Unified diff
Change the command to reflect the new, just added dhcpleases6 binary for triggering route injection.