svn commit: r337718 - head/release/tools

Glen Barber gjb at FreeBSD.org
Mon Aug 13 17:24:32 UTC 2018


Author: gjb
Date: Mon Aug 13 17:24:31 2018
New Revision: 337718
URL: https://svnweb.freebsd.org/changeset/base/337718

Log:
  Add a space between a variable and escaped new line.
  
  MFC after:	3 days
  MFC with:	r337717
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Mon Aug 13 17:23:43 2018	(r337717)
+++ head/release/tools/gce.conf	Mon Aug 13 17:24:31 2018	(r337718)
@@ -9,7 +9,7 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update fir
 	lang/python lang/python2 lang/python3"
 
 # Set to a list of third-party software to enable in rc.conf(5).
-export VM_RC_LIST="ntpd sshd growfs\
+export VM_RC_LIST="ntpd sshd growfs \
 	firstboot_pkgs firstboot_freebsd_update google_startup \
 	google_accounts_daemon google_clock_skew_daemon \
 	google_instance_setup google_network_daemon"


More information about the svn-src-all mailing list