]> git.uio.no Git - usit-rt.git/blobdiff - sbin/rt-validate-aliases
Upgrade to 4.2.2
[usit-rt.git] / sbin / rt-validate-aliases
index 6eabbf18680461c196fa729758c35084fbeee6e1..d5b41b8b0fb8dc81c08b8ce2d9b2057b97a33def 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -64,6 +64,7 @@ BEGIN { # BEGIN RT CMD BOILERPLATE
         }
         unshift @INC, $lib;
     }
+
 }
 
 require RT;
@@ -172,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;
         }