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
742f73f3
Commit
742f73f3
authored
May 06, 2005
by
Leigh B. Stoller
Browse files
Return value of elabinelab/windows sitevar in emulabconfig call. This
will direct innner boss/ops to include windows image support.
parent
4bf6f369
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
742f73f3
...
...
@@ -5552,6 +5552,9 @@ COMMAND_PROTOTYPE(doemulabconfig)
}
else
if
(
strcmp
(
row
[
0
],
"elabinelab/ops_pkg"
)
==
0
)
{
bufp
+=
OUTPUT
(
bufp
,
ebufp
-
bufp
,
"OPS_PKG=%s
\n
"
,
row
[
1
]);
}
else
if
(
strcmp
(
row
[
0
],
"elabinelab/windows"
)
==
0
)
{
bufp
+=
OUTPUT
(
bufp
,
ebufp
-
bufp
,
"WINSUPPORT=%s
\n
"
,
row
[
1
]);
}
}
mysql_free_result
(
res
);
...
...
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