summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-30 11:59:28 +0000
committerErmal <eri@pfsense.org>2013-01-30 11:59:28 +0000
commitb9688d6445ca034ebba80d8c53e4c195e2f76fcb (patch)
tree75ae1a05c5384e03f52f97efb7a6e29db6f59e35 /etc
parentc87f4b709261187cb5e76accde933404d81868f2 (diff)
downloadpfsense-b9688d6445ca034ebba80d8c53e4c195e2f76fcb.zip
pfsense-b9688d6445ca034ebba80d8c53e4c195e2f76fcb.tar.gz
Silence error. Maybe the command should be removed completely!
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 159f689..f953877 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -336,7 +336,7 @@ function services_dhcpdv4_configure() {
if (isvalidpid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid"))
killbypid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid");
else
- mwexec("/usr/bin/killall dhcpd");
+ mwexec("/usr/bin/killall dhcpd", true);
/* DHCP enabled on any interfaces? */
if (!is_dhcp_server_enabled())
OpenPOWER on IntegriCloud