svn commit: r331559 - head/release/tools
Glen Barber
gjb at FreeBSD.org
Mon Mar 26 18:24:17 UTC 2018
Author: gjb
Date: Mon Mar 26 18:24:16 2018
New Revision: 331559
URL: https://svnweb.freebsd.org/changeset/base/331559
Log:
Escape trailing newlines in a long variable list for consistency.
Submitted by: garga
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 Mon Mar 26 18:23:16 2018 (r331558)
+++ head/release/tools/gce.conf Mon Mar 26 18:24:16 2018 (r331559)
@@ -11,8 +11,8 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update fir
# Set to a list of third-party software to enable in rc.conf(5).
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_accounts_daemon google_clock_skew_daemon \
+ google_instance_setup google_ip_forwarding_daemon \
google_network_setup"
vm_extra_install_base() {
More information about the svn-src-all
mailing list