Upgrade isc-dhcp to version 4.2.3-P2.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12877.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
These will be used to unify the label namespaces in embedded plists,
i.e. 'homebrew.mxcl.<formula>'.
plist_path returns the full path to a plist file located at the top
level of the keg; plist_path.basename can be used if just the filename
is needed.
c.f. Homebrew/homebrew#9346.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Ensures that all config and state files are under HOMEBREW_PREFIX.
Configs are in #{etc}, state (leases and pids) in #{var}/dhcpd.
Prevents installed sample config files from clobbering existing
configs by renaming them to #{file}.sample.
Includes launchd plists for both DHCPv4 and DHCPv6.
Creates empty lease files so dhcpd will start on first use.
Added caveats explaining all of the above.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>