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
4b649d8e
Commit
4b649d8e
authored
Jul 30, 2007
by
Leigh B. Stoller
Browse files
Make sure that exit status tells the web interface that linux
linkdelays cannot be controlled, so that user sees the error.
parent
9af6a6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/delay_config.in
View file @
4b649d8e
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -496,8 +496,10 @@ sub ChangeLinkDelayConfig() {
my
$OS
=
$row
->
{'
OS
'};
if
(
$OS
eq
"
Linux
")
{
die
("
*** $0:
\n
"
.
"
Oops, dynamic events do not yet work on Linux!
\n
");
print
STDERR
"
*** $0:
\n
"
.
"
Oops, dynamic events do not yet work on Linux!
\n
";
exit
(
2
);
}
}
...
...
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