diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-12-21 21:24:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-12-21 21:24:08 +0000 |
commit | dcc148d3070cea5d88801ff6fada6217243ba155 (patch) | |
tree | e3a231614e5857aa1e88760db101fe3074c18125 /net/isc-dhcrelay4/Makefile | |
parent | ac7822774ff4a8bb75f822f51d1ad74eb1b0abc1 (diff) | |
download | pkgsrc-dcc148d3070cea5d88801ff6fada6217243ba155.tar.gz |
Despite supporting --sysconfdir isc-dhcp hard sets the location of
configuration files and binaries in a number of cases. This should hopefully
fix them all. Without this patch they look in /etc only and fail to start
if the file is not present.
Diffstat (limited to 'net/isc-dhcrelay4/Makefile')
-rw-r--r-- | net/isc-dhcrelay4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhcrelay4/Makefile b/net/isc-dhcrelay4/Makefile index 14e60bae3d3..57566b3092a 100644 --- a/net/isc-dhcrelay4/Makefile +++ b/net/isc-dhcrelay4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/02/13 22:06:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/21 21:24:08 adrianp Exp $ # COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay COMPONENT= relay +PKGREVISION= 1 SUBDIR= relay RCD_SCRIPTS= isc_dhcrelay |