diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:58:02 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:58:02 +0000 |
commit | 3f655d12b3736491a7439947c80d83ce4c67249d (patch) | |
tree | b31e6849a502c3eb75915688cbfc2d52d1887050 /dns/nsd | |
parent | fd809a4346d68714b8e89b54c4aabd5f1b6a4d2a (diff) |
- Add CONFLICTS with dns/nsd2.
Notes
Notes:
svn path=/head/; revision=176414
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index aadf8231461f..e47238d9eed8 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ MAINTAINER= oli@isnic.is COMMENT= An authoritative only non-recursive name server +CONFLICTS= nsd-[0-2]* + USE_RC_SUBR= yes NSDUSER?= bind |