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:
b4d4602
)
Fixed (added) prefix handling for the security subsystem.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 16 Jul 2010 11:23:38 +0000
(11:23 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 16 Jul 2010 11:23:38 +0000
(11:23 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
f8121be
..
d02462c
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-489,6
+489,7
@@
for my $ext (keys %deps_aux) {
'jobid' => 'org.glite',
'lbjp-common' => 'org.glite',
'gridsite' => 'org',
+ 'security' => 'org.glite',
);
%conf_prefix = (
@@
-497,6
+498,7
@@
for my $ext (keys %deps_aux) {
'jobid' => 'glite-',
'lbjp-common' => 'glite-',
'gridsite' => '',
+ 'security' => 'glite-',
);
my @k = keys %deps_aux;