Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 17:49:27 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331364 - head/release/tools
Message-ID:  <201803221749.w2MHnRNR012755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Mar 22 17:49:27 2018
New Revision: 331364
URL: https://svnweb.freebsd.org/changeset/base/331364

Log:
  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

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Thu Mar 22 17:46:38 2018	(r331363)
+++ head/release/tools/gce.conf	Thu Mar 22 17:49:27 2018	(r331364)
@@ -9,7 +9,7 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update fir
 	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803221749.w2MHnRNR012755>