From b9688d6445ca034ebba80d8c53e4c195e2f76fcb Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 30 Jan 2013 11:59:28 +0000 Subject: Silence error. Maybe the command should be removed completely! --- etc/inc/services.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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()) -- cgit v1.1