Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
582876f2
Commit
582876f2
authored
Jan 08, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change hardwired users.emulab.net to the configure var USERNODE
parent
a21e4a2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
db/genelists.in
db/genelists.in
+2
-1
No files found.
db/genelists.in
View file @
582876f2
...
@@ -12,13 +12,14 @@ my $optlist = "";
...
@@ -12,13 +12,14 @@ my $optlist = "";
# Configure variables
# Configure variables
my
$TB
=
"
@prefix
@
";
my
$TB
=
"
@prefix
@
";
my
$TBOPS
=
"
@TBOPSEMAIL
@
";
my
$TBOPS
=
"
@TBOPSEMAIL
@
";
my
$USERS
=
"
@USERNODE
@
";
# Should be configure variable!
# Should be configure variable!
my
$TBACTIVE
=
"
testbed-active-users-archive
\@
flux.cs.utah.edu
";
my
$TBACTIVE
=
"
testbed-active-users-archive
\@
flux.cs.utah.edu
";
my
$TBALL
=
"
testbed-users-archive
\@
flux.cs.utah.edu
";
my
$TBALL
=
"
testbed-users-archive
\@
flux.cs.utah.edu
";
# Note no -n option. We redirect stdin from the new exports file below.
# Note no -n option. We redirect stdin from the new exports file below.
my
$SSH
=
"
$TB
/bin/sshtb -l root
users.emulab.net
";
my
$SSH
=
"
$TB
/bin/sshtb -l root
$USERS
";
my
$PROG
=
"
/usr/testbed/sbin/genelists.proxy
";
my
$PROG
=
"
/usr/testbed/sbin/genelists.proxy
";
my
$lockfile
=
"
/var/tmp/testbed_genelists_lockfile
";
my
$lockfile
=
"
/var/tmp/testbed_genelists_lockfile
";
my
$tempfile
=
"
/var/tmp/testbed_genelists_tempfile
";
my
$tempfile
=
"
/var/tmp/testbed_genelists_tempfile
";
...
...
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