Unbreak the services.inc Ticket #1663

This commit is contained in:
Seth Mos 2011-08-29 11:03:08 +02:00
parent b7a15cf870
commit 71282744ed

View File

@ -1142,7 +1142,7 @@ function services_dhcrelay6_configure() {
return; /* XXX */
}
$cmd = "/usr/local/sbin/dhcrelay -6 -pf "{$g['varetc_path]}/dhcrelay6.pid" -i " . implode(" -i ", $dhcrelayifs);
$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varetc_path']}/dhcrelay6.pid\" -i " . implode(" -i ", $dhcrelayifs);
if (isset($dhcrelaycfg['agentoption']))
$cmd .= " -a -m replace";