svn commit: r337555 - head/release/tools

Glen Barber gjb at FreeBSD.org
Thu Aug 9 23:31:19 UTC 2018


Author: gjb
Date: Thu Aug  9 23:31:18 2018
New Revision: 337555
URL: https://svnweb.freebsd.org/changeset/base/337555

Log:
  Update and replace old rc daemons for GCE images.
  
  PR:		229000
  Submitted by:	helen.koike at collabora.com
  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 Aug  9 21:53:32 2018	(r337554)
+++ head/release/tools/gce.conf	Thu Aug  9 23:31:18 2018	(r337555)
@@ -12,8 +12,7 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update fir
 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 \
-	google_network_setup"
+	google_instance_setup google_network_daemon"
 
 vm_extra_install_base() {
 	echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf


More information about the svn-src-all mailing list