summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2018-03-29 00:42:44 +0000
committergjb <gjb@FreeBSD.org>2018-03-29 00:42:44 +0000
commit42fb4dcf7bd374c01d9c4442b660e0a700de2128 (patch)
tree570c80bb56c57a4fa0ebef517c9a8e737eb6bb44
parent2b037a44ad3c720e880a257c7d6bd8e0e9dbb423 (diff)
downloadFreeBSD-src-42fb4dcf7bd374c01d9c4442b660e0a700de2128.zip
FreeBSD-src-42fb4dcf7bd374c01d9c4442b660e0a700de2128.tar.gz
MFC r331559:
Escape trailing newlines in a long variable list for consistency. Sponsored by: The FreeBSD Foundation
-rw-r--r--release/tools/gce.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf
index 500fc48..848a004 100644
--- a/release/tools/gce.conf
+++ b/release/tools/gce.conf
@@ -11,8 +11,8 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \
# 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() {
OpenPOWER on IntegriCloud