From 5db02b50ce77bc0eed4fe937cd03b2310b4e34cc Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 26 Mar 2018 18:24:16 +0000 Subject: [PATCH] Escape trailing newlines in a long variable list for consistency. Submitted by: garga MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/tools/gce.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 500fc48551cd..848a004cbe92 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() {