[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.1-37-g42c9d6f
Alex Vandiver
alexmv at bestpractical.com
Tue Nov 26 13:10:33 EST 2013
The branch, 4.2-trunk has been updated
via 42c9d6ff161f6b2ec038fbd846ac35c728c4bba6 (commit)
via c88c1a0d38ab0ae493578e2874885752ce6c01e5 (commit)
from 13f6a1abf4921052dde6f652c4594c9cd77ad1b1 (commit)
Summary of changes:
sbin/rt-validate-aliases.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c88c1a0d38ab0ae493578e2874885752ce6c01e5
Author: Lars Thegler <lars at thegler.dk>
Date: Tue Nov 26 12:13:53 2013 +0100
Report correct setting name
diff --git a/sbin/rt-validate-aliases.in b/sbin/rt-validate-aliases.in
index 12c3647..a1fea73 100644
--- a/sbin/rt-validate-aliases.in
+++ b/sbin/rt-validate-aliases.in
@@ -173,7 +173,7 @@ while (my $q = $queues->Next) {
if (not $value) {
my @other = grep {$_ ne $global{$setting}} @{$seen{lc $q->Name}{$action} || []};
- warn "CorrespondAddress not set on $qname, but in aliases as "
+ warn "$setting not set on $qname, but in aliases as "
.join(" and ", @other) . "\n" if @other;
next;
}
commit 42c9d6ff161f6b2ec038fbd846ac35c728c4bba6
Merge: 13f6a1a c88c1a0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Nov 26 13:01:10 2013 -0500
Merge branch '4.2/validate-aliases-setting-name' into 4.2-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list