Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e7f3330d
Commit
e7f3330d
authored
Feb 16, 2006
by
Leigh B. Stoller
Browse files
Do not call tbdie() before loading libtblog.
parent
0dad5cc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
tbsetup/eventsys_control.in
View file @
e7f3330d
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -52,7 +52,7 @@ if ($TESTMODE) {
}
if
(
$EUID
!=
0
)
{
tb
die
("
Must be root! Maybe its a development version?
");
die
("
Must be root! Maybe its a development version?
\n
");
}
#
...
...
tbsetup/frisbeeimage.in
View file @
e7f3330d
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002, 2004 University of Utah and the Flux Group.
# Copyright (c) 2000-2002, 2004
, 2006
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -42,10 +42,10 @@ $| = 1;
# We don't want to run this script unless its the real version.
#
if
(
$EUID
!=
0
)
{
tb
die
("
Must be root! Maybe its a development version?
");
die
("
Must be root! Maybe its a development version?
\n
");
}
if
(
!
$ELABINELAB
)
{
tb
die
("
This script is for elabinelab systems only!
");
die
("
This script is for elabinelab systems only!
\n
");
}
# Load the Testbed support stuff.
...
...
Write
Preview
Supports
Markdown
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