Author: acoburn
Date: Mon Apr 16 19:02:35 2012
New Revision: 1326744
URL: http://svn.apache.org/viewvc?rev=1326744&view=rev
Log:
added lines in the initialization subroutine to extract the default help email
value from the vcld.conf configuration
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=1326744&r1=1326743&r2=1326744&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Mon Apr 16 19:02:35 2012
@@ -451,6 +451,10 @@ INIT {
if ($l =~ /^verbose=(.*)/i && !$VERBOSE) {
$VERBOSE = $1;
}
+
+ if ($l =~ /^defaulthelpemail=(.*)/i){
+ $DEFAULTHELPEMAIL = $1;
+ }
} # Close foreach line in conf file
} # Close open conf file