diff options
author | smos <seth.mos@dds.nl> | 2010-11-03 22:00:03 +0100 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2010-11-03 22:00:03 +0100 |
commit | de651e213fd958bcacbaf78d1af253c240281ea3 (patch) | |
tree | 1887a2a500d8da7247b1e289e181c68996baf987 /etc | |
parent | 366006156f697037e9db546a5be0394986bb0bc1 (diff) | |
download | pfsense-de651e213fd958bcacbaf78d1af253c240281ea3.zip pfsense-de651e213fd958bcacbaf78d1af253c240281ea3.tar.gz |
Change the dhcpd startup for isc dhcpd server 4.1
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/services.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 3035b8e..487178e 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -376,7 +376,7 @@ EOD; /* fire up dhcpd in a chroot */ - mwexec("/usr/local/sbin/dhcpd -user dhcpd -group _dhcp -chroot {$g['dhcpd_chroot_path']} -cf {$g['dhcpd_chroot_path']}/etc/dhcpd.conf " . + mwexec("/usr/local/sbin/dhcpd -user dhcpd -group _dhcp -chroot {$g['dhcpd_chroot_path']} -cf /etc/dhcpd.conf " . join(" ", $dhcpdifs)); if ($g['booting']) { |