Skip to content
GitLab
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
eb7f50a1
Commit
eb7f50a1
authored
May 06, 2005
by
Leigh B. Stoller
Browse files
Major package sillyness, which should be temporary!
parent
0871b139
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.mkelab
View file @
eb7f50a1
...
...
@@ -325,6 +325,10 @@ sub SetupOpsNode()
print
"
Installing the ops metaport.
\n
";
$ENV
{"
PKG_PATH
"}
=
$emulabconfig
{
OPS_PKG_DIR
};
mysystem
("
pkg_add
$emulabconfig
{OPS_PKG} >/tmp/perrs 2>&1
");
if
(
$WINSUPPORT
)
{
mysystem
("
pkg_add gcc30-3.0.4_1 >/tmp/perrs.gcc 2>&1
");
mysystem
("
pkg_add samba-3.0.7,1 >/tmp/perrs.samba 2>&1
");
}
#
# Clean up a few things on the image and create symlinks into ${TBDIR} for
...
...
@@ -605,6 +609,9 @@ sub SetupBossNode()
print
"
Installing the boss metaport.
\n
";
$ENV
{"
PKG_PATH
"}
=
$emulabconfig
{
BOSS_PKG_DIR
};
mysystem
("
pkg_add -f -v
$emulabconfig
{BOSS_PKG} >/tmp/perrs 2>&1
");
if
(
$WINSUPPORT
)
{
mysystem
("
pkg_add gcc30-3.0.4_1 >/tmp/perrs.gcc 2>&1
");
}
#
# Extra stuff to fix up php package stuff. Ask Rob!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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