Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
3f7d874b
Commit
3f7d874b
authored
Aug 24, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git-public.flux.utah.edu:/flux/git/emulab-devel
parents
84cc8e8b
b7c68bd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
protogeni/xmlrpc/geni-am.pm.in
protogeni/xmlrpc/geni-am.pm.in
+2
-2
No files found.
protogeni/xmlrpc/geni-am.pm.in
View file @
3f7d874b
...
...
@@ -12,11 +12,11 @@ use Frontier::RPC2;
# Do this early so that we talk to the right DB.
use
vars
qw($GENI_DBNAME $GENI_METHODS $EMULAB_PEMFILE
$GENI_RESPONSE_CONVERTER)
;
BEGIN
{
$GENI_DBNAME
=
"
geni
";
}
BEGIN
{
$GENI_DBNAME
=
"
geni
-cm
";
}
# Configure variables
my
$ETCDIR
=
"
@prefix
@/etc
";
$EMULAB_PEMFILE
=
"
$ETCDIR
/geni
sa
.pem
";
$EMULAB_PEMFILE
=
"
$ETCDIR
/geni
cm
.pem
";
# Testbed libraries.
use
lib
'
@prefix@/lib
';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment