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
f6e353a7
Commit
f6e353a7
authored
Jan 06, 2005
by
Mike Hibler
Browse files
more graceful failure if tmcc fails
parent
abbf91e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/ntpstart
View file @
f6e353a7
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -72,6 +72,9 @@ sub ntpdate() {
# give the boss node's name
#
my
$bossname
=
tmccbossname
();
if
(
!
defined
(
$bossname
))
{
return
(
1
);
}
my
$ntpcmd
=
"
$ntpdate
-b -s
";
if
(
REMOTE
())
{
$ntpcmd
.=
"
-t 5
";
...
...
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