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
7167034a
Commit
7167034a
authored
May 06, 2005
by
Leigh B. Stoller
Browse files
Copy over a suitable resolv.conf to ops after restarting named on
boss.
parent
b72fe6dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/boss-install.in
View file @
7167034a
...
...
@@ -909,6 +909,10 @@ Phase "named", "Setting up initial named configuration", sub {
Phase
"
starting
",
"
Starting named
",
sub
{
ExecQuietFatal
("
$RCDIR
/1.named.sh start
");
};
Phase
"
copying
",
"
Copying resolv.conf over to ops
",
sub
{
ExecQuietFatal
("
$SCP
$TOP_OBJDIR
/named/resolv.conf.ops
"
.
"
${USERNODE}
:/etc/resolv.conf
");
};
};
Phase
"
firstuser
",
"
Setting up initial user (elabman)
",
sub
{
...
...
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