diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-16 04:03:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-16 04:03:05 +0000 |
commit | 03bb561d5f77ba4b9739c94a24897a7b3ab5f194 (patch) | |
tree | 2288029f1734dd5b8c0878bf41bc0aa31034d205 /net-mgmt/check_mysql_health | |
parent | 4313fa86fd520d057e3967b3a899928b159fbfe4 (diff) |
- Pass MAINTAINER to co-worker
Notes
Notes:
svn path=/head/; revision=266397
Diffstat (limited to 'net-mgmt/check_mysql_health')
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 05a0372e1d81..2b4810247095 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.1.3 CATEGORIES= net-mgmt MASTER_SITES= http://labs.consol.de/wp-content/uploads/2010/10/ -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= ssanders@taximagic.com COMMENT= Nagios plugin to check various parameters of a MySQL database RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |