git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4098e0d
)
"emi" suffix to age not needed.
author
František Dvořák
<valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:23:13 +0000
(16:23 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:23:13 +0000
(16:23 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
5f89a28
..
3258454
100755
(executable)
--- 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";