trying to start dhcpd:
"No subnet declaration for eth1 ( external ip ). Please write a subnet declaration in your dhcpd.conf file for the network segment to which interface eth1 is attached."
eth1 is the external interface ( "external ip" above in place of actual ip address in error message)
editing /etc/sysconfig/dhcpd to read DHCPDARGS=eth0 allows dhcpd to start, and serve up ip addresses to the local network again
appeared since yum update on an SME 6.01 (updates-testing)
in lieu of editing /etc/sysconfig/dhcpd any suggestions to fix dhcpd?