diff options
author | guido <guido@FreeBSD.org> | 2003-06-06 11:30:50 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 2003-06-06 11:30:50 +0000 |
commit | 2036547e5904c679bd895be1c791785f1f10a23c (patch) | |
tree | 1f33f48fa124a6fe285d40516cca7621d1537ef7 /usr.sbin/ipftest | |
parent | 8dfc0712c774d1feb628c178e825da87df3f6a9d (diff) | |
download | FreeBSD-src-2036547e5904c679bd895be1c791785f1f10a23c.zip FreeBSD-src-2036547e5904c679bd895be1c791785f1f10a23c.tar.gz |
Move my maintainership of parts of ipfilter back to Darren Reed
Diffstat (limited to 'usr.sbin/ipftest')
-rw-r--r-- | usr.sbin/ipftest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile index db4efba..fa34970 100644 --- a/usr.sbin/ipftest/Makefile +++ b/usr.sbin/ipftest/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -MAINTAINER= guido@freebsd.org +MAINTAINER= darrenr@freebsd.org .PATH: ${.CURDIR}/../../sys/contrib/ipfilter/netinet \ ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man |