diff options
author | Glen Barber <gjb@FreeBSD.org> | 2018-03-22 17:49:27 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2018-03-22 17:49:27 +0000 |
commit | c0505015d609bbb2f09e1f878767d7f3289ad93b (patch) | |
tree | 93e18e50ed25e1956c5082273cf4ee9236b77587 /release/tools/gce.conf | |
parent | f0d847af61b5f8dd8c596d15ab2eaeca032806c0 (diff) | |
download | src-c0505015d609bbb2f09e1f878767d7f3289ad93b.tar.gz src-c0505015d609bbb2f09e1f878767d7f3289ad93b.zip |
Remove google_accounts_manager from VM_RC_LIST in the GCE configuration
file, no longer needed.
PR: 221714
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=331364
Diffstat (limited to 'release/tools/gce.conf')
-rw-r--r-- | release/tools/gce.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 7c6f77e45d94..500fc48551cd 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -9,7 +9,7 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ sysutils/py-google-compute-engine" # Set to a list of third-party software to enable in rc.conf(5). -export VM_RC_LIST="google_accounts_manager ntpd sshd firstboot_growfs \ +export VM_RC_LIST="ntpd sshd firstboot_growfs \ firstboot_pkgs firstboot_freebsd_update google_startup \ google_accounts_daemon google_clock_skew_daemon google_instance_setup google_ip_forwarding_daemon |