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-stable
Commits
0e7e7dfa
Commit
0e7e7dfa
authored
Sep 21, 2007
by
Robert Ricci
Browse files
Hack to fix a hack - make sure there's and OSID before we try to compare
to it.
parent
0c285ace
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ptopgen.in
View file @
0e7e7dfa
...
...
@@ -420,8 +420,8 @@ foreach $node (keys(%nodes)) {
# will have a feature def-osid-fbsd-nse 0.0
# This is used by assign to prefer these pnodes
# first before using others.
if
(
$node_def_boot_osid
{
$node
}
eq
TBOSID
(
TB_OPSPID
,
"
FBSD-NSE
")
)
{
if
(
$node_def_boot_osid
{
$node
}
&&
(
$node_def_boot_osid
{
$node
}
eq
TBOSID
(
TB_OPSPID
,
"
FBSD-NSE
")
)
)
{
push
(
@features
,
"
FBSD-NSE:0.0
");
}
...
...
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