Revision b9688d64
Added by Ermal LUÇI over 12 years ago
etc/inc/services.inc | ||
---|---|---|
336 | 336 |
if (isvalidpid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid")) |
337 | 337 |
killbypid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid"); |
338 | 338 |
else |
339 |
mwexec("/usr/bin/killall dhcpd"); |
|
339 |
mwexec("/usr/bin/killall dhcpd", true);
|
|
340 | 340 |
|
341 | 341 |
/* DHCP enabled on any interfaces? */ |
342 | 342 |
if (!is_dhcp_server_enabled()) |
Also available in: Unified diff
Silence error. Maybe the command should be removed completely!