"emi" suffix to age not needed.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:23:13 +0000 (16:23 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:23:13 +0000 (16:23 +0000)
org.glite.lb/configure

index 5f89a28..3258454 100755 (executable)
@@ -828,9 +828,6 @@ sub mode_etics {
 # XXX: gridsite hack
                $conftag = $subsys eq 'gridsite' ? "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}" : 
                        "$conf_prefix{$subsys}$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; }
-       if ($emi) {
-               $age = "${age}emi";
-       } 
 
        my $file = $output ? $output : "$conf.ini";
        open C,">$file" or die "$file: $!\n";