Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
605221af
Commit
605221af
authored
May 09, 2014
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comparisons involving NTPSERVER.
parent
15ee217f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install/phases/etchosts
install/phases/etchosts
+3
-3
No files found.
install/phases/etchosts
View file @
605221af
...
...
@@ -24,13 +24,13 @@ sub Install($$$)
}
# XXX toss in "ntp1" for the benefit of boss which starts ntp before named
if ($
USERNODE_IP eq $NTPSERVER
) {
if ($
NTPSERVER eq "ops"
) {
$ops_string .= " ntp1";
}
elsif ($
BOSSNODE_IP eq $NTPSERVER
) {
elsif ($
NTPSERVER eq "boss"
) {
$boss_string .= " ntp1";
}
elsif (defined($fs_string) && $
FSNODE_IP eq $NTPSERVER
) {
elsif (defined($fs_string) && $
NTPSERVER eq "fs"
) {
$fs_string .= " ntp1";
}
...
...
Write
Preview
Markdown
is supported
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