mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
d53a60ebc8
commit
bcc83eb439
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452169
4 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= google-compute-engine
|
||||
PORTVERSION= 2.4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
name="google_instance_setup"
|
||||
rcvar="google_instance_setup_enable"
|
||||
stop_cmd=":"
|
||||
|
||||
load_rc_config "${name}"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
name="google_network_setup"
|
||||
rcvar="google_network_setup_enable"
|
||||
stop_cmd=":"
|
||||
|
||||
load_rc_config "${name}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue