From: Zdeněk Šustr Date: Mon, 28 Feb 2011 13:21:03 +0000 (+0000) Subject: More changes to work with EMI X-Git-Tag: glite-lb-client-java_R_1_1_1_1~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cd102dc290f393eaabe1bc50cfe7c3055c3c95e2;p=jra1mw.git More changes to work with EMI --- diff --git a/org.glite.lb/generate-properties.pl b/org.glite.lb/generate-properties.pl index bfe7d4f..7719d5b 100644 --- a/org.glite.lb/generate-properties.pl +++ b/org.glite.lb/generate-properties.pl @@ -103,9 +103,10 @@ if (defined $opt_c) { # Configurations while ($subsys = shift) { $module = $subsys; $module =~ s/_[a-zA-Z]*_.*//; - $module =~ s/glite-/glite\./; - $module =~ s/gridsite-/gridsite\./; - system("etics-configuration prepare -o $TMPDIR/subsys.INI.$$.tmp -c $subsys org.$module"); + $module =~ s/^glite-/org.glite\./; + $module =~ s/^gridsite-/org.gridsite\./; + $module =~ s/^emi-/emi\./; + system("etics-configuration prepare -o $TMPDIR/subsys.INI.$$.tmp -c $subsys $module"); open FILE, "$TMPDIR/subsys.INI.$$.tmp" or die $!; $hierarchy = 0; while (my $line = ) {