diff options
author | Andrej Zverev <az@FreeBSD.org> | 2005-10-03 12:55:25 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2005-10-03 12:55:25 +0000 |
commit | 04b99f7cc788b657465f4c054a93e6e4613893ac (patch) | |
tree | 5583f39072f8fbe8c3287ec17cec298cefcd75cc /dns | |
parent | c88f73ef0f34ffb799a98233b4ac5a5ed7cab218 (diff) |
- Change my e-mail
Approved by: sem (mentor)
Notes
Notes:
svn path=/head/; revision=144051
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsflood/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsproxy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile index 2cffe991d956..0a4311066786 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= http://www.adotout.com/ EXTRACT_SUFX= .tgz -MAINTAINER= az@inec.ru +MAINTAINER= az@FreeBSD.org COMMENT= DNS flood detector USE_GETOPT_LONG= yes diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index a281f95cce55..f85669eb4cd3 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.15 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ -MAINTAINER= az@inec.ru +MAINTAINER= az@FreeBSD.org COMMENT= A proxy for DNS queries GNU_CONFIGURE= yes |