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
88183633
Commit
88183633
authored
Dec 07, 2012
by
Mike Hibler
Browse files
Forgot to check in a script!
parent
e5b2a5b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/updatesitevars
0 → 100644
View file @
88183633
#
# The template
#
use strict;
use libinstall;
use installvars;
sub Install($$$)
{
my ($server, $isupdate, $impotent) = @_;
# Replace if this script does an update for ip/domain.
return 0
if ($isupdate);
#
# Initialize server IP/MAC sitevars (for ARP lockdown).
#
Phase "updatesitevars", "Initializing ARP sitevars", sub {
if (ExecQuiet("$SUDO $UPDATESITEVARS")) {
PhaseSkip("update_sitevars failed, run by hand");
}
};
return 0;
}
# Local Variables:
# mode:perl
# End:
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