From 47f69dfc1b7c02111aa8f268b1e6dab4a41e4116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 14 Feb 2011 16:23:13 +0000 Subject: [PATCH] "emi" suffix to age not needed. --- org.glite.lb/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 5f89a28..3258454 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -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"; -- 1.8.2.3