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
8b0275de
Commit
8b0275de
authored
Jun 03, 2016
by
Leigh B Stoller
Browse files
No more RHL-STD or FBSD-STD
parent
4205afc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/tb_compat.tcl.in
View file @
8b0275de
...
...
@@ -712,6 +712,12 @@ proc tb-set-node-os {node os {parentos 0}} {
var_import ::TBCOMPAT::osids
var_import ::GLOBALS::pid
# Do not allow RHL-STD or FBSD-STD anymore.
if
{
$os ==
"RHL-STD"
|| $os ==
"FBSD-STD"
}
{
perror
"
\[
tb-set-node-os]
$os
is no longer supported; remove this statement if you really do not care what OS you get."
return
}
# Look for :version in the name.
set osid $os
if
{
[
regexp
{
:
}
$os
]
}
{
...
...
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