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
7d342436
Commit
7d342436
authored
Aug 20, 2004
by
Robert Ricci
Browse files
Do a control-install in the rc.d subdirectory to get the elvind
startup script installed.
parent
1ca9dec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ops-install.in
View file @
7d342436
...
...
@@ -85,6 +85,7 @@ my $LIST_DIR = "/etc/mail/lists";
my
$TIPLOG_DIR
=
"
/var/log/tiplogs
";
my
$PORTSDIR
=
"
/usr/ports/misc
";
my
$SRCDIR
=
'
@srcdir@
';
my
$RCDIR
=
"
/usr/local/etc/rc.d
";
#
# And some lists that we use
...
...
@@ -401,6 +402,13 @@ Phase "event", "Setting up event system", sub {
};
};
Phase
"
rc.d
",
"
Setting up rc.d scripts
",
sub
{
Phase
"
rc.testbed
",
"
Installing testbed RC scripts
",
sub
{
DoneIfExists
("
$RCDIR
/2.elvind.sh
");
ExecQuietFatal
("
$GMAKE
-C
$TOP_OBJDIR
/rc.d control-install
");
};
};
print
"
----------------------------------------------------------------------
\n
";
print
"
Installation completed succesfully!
\n
";
print
"
Please reboot this machine before proceeding with boss setup
\n
";
...
...
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