From bcdd07c5568a8280a2fc79ae4960c80f5b3b7592 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 5 Jun 2012 17:13:44 -0400 Subject: Bug 761666 - custom field bugzilla e-mails need to be changed --- extensions/BMO/Extension.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extensions/BMO') diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 4b9a1d2fb..658fa67a0 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -732,9 +732,11 @@ sub field_end_of_create { push @message, ''; push @message, "The custom field '$name' has been added to the BMO database."; push @message, ''; - push @message, 'Please run the following on tm-bugs01-master01:'; - push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.2.70.20_';"; - push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.2.70.20_';"; + push @message, 'Please run the following on tp-bugs01-master01:'; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.20_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.20_';"; + push @message, " GRANT SELECT ON `bugs`.`$name` TO 'metrics'\@'10.8.70.21_';"; + push @message, " GRANT SELECT ($name) ON `bugs`.`bugs` TO 'metrics'\@'10.8.70.21_';"; push @message, ''; MessageToMTA(join("\n", @message)); } -- cgit v1.2.3-24-g4f1b