diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-10-15 22:11:30 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-10-15 22:11:30 +0000 |
commit | bcc83eb4392ae94f2efea270a2bd8b6690c76e4c (patch) | |
tree | 2c4c2bd9b80ad17766b94d3ab5451315380d8d28 /sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in | |
parent | Typo. (diff) |
Fixed ntpd starting too early causing other services to fail at start.
Fixed error when stopping services.
PR: 222197
Submitted by: Helen Koike (maintainer)
Reported by: Vick Khera
MFH: 2017Q4
Diffstat (limited to 'sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in')
-rw-r--r-- | sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in index 8ba2db500769..93b5635d3358 100644 --- a/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in +++ b/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in @@ -4,7 +4,7 @@ # # PROVIDE: google_clock_skew_daemon # BEFORE: LOGIN -# REQUIRE: NETWORKING syslogd google_instance_setup google_network_setup +# REQUIRE: NETWORKING syslogd ntpd google_instance_setup google_network_setup # KEYWORD: shutdown # # google_clock_skew_daemon_enable (bool): Set to NO by default. |