https://bugs.koozali.org/show_bug.cgi?id=12271

Terry Fage <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |RESOLVED

--- Comment #7 from Terry Fage <[email protected]> ---
back to resolved..mucked the patch up

the 
#/etc/e-smith/templates/usr/lib/systemd/system/dhcpd.service.d/50koozali.conf/41service

template frgament should be as JP did at start, yes my fault


{
$interface=$InternalInterface{'Name'}||"hum";
$bridgeif=(defined $bridge{bridgeInterface} )? $bridge{bridgeInterface}: "";
#$bridgedif=(defined $bridge{ethernetInterface} ) ? $bridge{ethernetInterface}
: undef;
#$interface=(defined $bridgedif && $bridgedif eq $interface && defined
$bridgeif) ? $bridgeif : $interface;
# extra code if we want to hide the ethernet interface, howecer with only a
little noise in dhcp log, we can keep the two intefaces
$interface=( "$interface"  ne "$bridgeif" && defined $bridgeif ) ? "$interface
$bridgeif" : $interface;

$configfile='/etc/dhcpd.conf';
$leasefile='/var/lib/dhcpd/dhcpd.leases';
$OUT .="";
}

[Service]
# added for bridge interface
ExecStart=
ExecStart=/usr/bin/sh -c 'exec /usr/sbin/dhcpd -f -cf /etc/dhcpd.conf -lf
/var/lib/dhcpd/dhcpd.leases -user dhcpd -group dhcpd --no-pid {$interface}
{$bridgeif} >>/var/log/dhcpd/current 2>>/var/log/dhcpd/current'


new package in the oven...will be in /smetest

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to