diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-12-30 12:30:52 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-12-30 12:30:52 +0000 |
commit | 5f7e748b18a46f2f5a4d01ea665d70c8bfd976f9 (patch) | |
tree | e68b77515e0d0df1ffd1e119fe545a4c8441516a /net/isc-dhclient | |
parent | 9273c702fbe3f3caf3d02b696bcc12bd68fbfc4d (diff) | |
download | pkgsrc-5f7e748b18a46f2f5a4d01ea665d70c8bfd976f9.tar.gz |
Leaf only updates for DHCP packages to get the startup scripts working
and mirror the named9 package behaviour with rc.d
Diffstat (limited to 'net/isc-dhclient')
-rw-r--r-- | net/isc-dhclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhclient/Makefile b/net/isc-dhclient/Makefile index f41822856c0..3ff8b33fc9c 100644 --- a/net/isc-dhclient/Makefile +++ b/net/isc-dhclient/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/12/13 02:54:49 taca Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/30 12:30:53 adrianp Exp $ # COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client COMPONENT= client +PKGREVISION= 1 SUBDIR= client CONF_FILES+= ${EGDIR}/dhclient.conf ${PKG_SYSCONFDIR}/dhclient.conf |