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 | 0a711f4f244554828aa5e38e60508ee20e083723 (patch) | |
tree | e68b77515e0d0df1ffd1e119fe545a4c8441516a /net/isc-dhcrelay | |
parent | 6245f5c041ab9987a114f7b5675fba49e2845276 (diff) | |
download | pkgsrc-0a711f4f244554828aa5e38e60508ee20e083723.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-dhcrelay')
-rw-r--r-- | net/isc-dhcrelay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcrelay/Makefile b/net/isc-dhcrelay/Makefile index ed687298082..2af9467d5f4 100644 --- a/net/isc-dhcrelay/Makefile +++ b/net/isc-dhcrelay/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) Relay COMPONENT= relay +PKGREVISION= 1 SUBDIR= relay RCD_SCRIPTS= isc_dhcrelay |