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-stable
Commits
14933df1
Commit
14933df1
authored
Oct 16, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, put back in the checks for out of /usr/testbed operation.
parent
3e05832d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tbsetup/exports_setup.in
tbsetup/exports_setup.in
+3
-3
tbsetup/named_setup.in
tbsetup/named_setup.in
+2
-2
No files found.
tbsetup/exports_setup.in
View file @
14933df1
...
...
@@ -38,12 +38,12 @@ if ($EUID != 0) {
}
# XXX Hacky!
if
(
$TB
ne
"
/usr/testbed
")
{
#
print STDERR "*** $0:\n".
#
" Wrong version. Maybe its a development version?\n";
print
STDERR
"
*** $0:
\n
"
.
"
Wrong version. Maybe its a development version?
\n
";
#
# Let experiment continue setting up.
#
#
exit(0);
exit
(
0
);
}
# un-taint path
...
...
tbsetup/named_setup.in
View file @
14933df1
...
...
@@ -32,8 +32,8 @@ if ($EUID != 0) {
}
# XXX Hacky!
if
(
$TB
ne
"
/usr/testbed
")
{
#
die("*** $0:\n".
#
" Wrong version. Maybe its a development version?\n");
die
("
*** $0:
\n
"
.
"
Wrong version. Maybe its a development version?
\n
");
}
# un-taint path
...
...
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