diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-16 12:03:05 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-16 12:03:05 +0800 |
commit | 70c5ae34cf9391ba377183ff27c21c68359fa1cb (patch) | |
tree | de0543f512ea5d2867fb1f629da1f1b309f0acd5 /net-mgmt/check_mysql_health | |
parent | 126f95a49e29599a43f472be15796f3481f1f682 (diff) | |
download | freebsd-ports-gnome-70c5ae34cf9391ba377183ff27c21c68359fa1cb.tar.gz freebsd-ports-gnome-70c5ae34cf9391ba377183ff27c21c68359fa1cb.tar.zst freebsd-ports-gnome-70c5ae34cf9391ba377183ff27c21c68359fa1cb.zip |
- Pass MAINTAINER to co-worker
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 |