Escape trailing newlines in a long variable list for consistency.

Submitted by:	garga
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-03-26 18:24:16 +00:00
parent 8ec533d336
commit 5db02b50ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331559

View file

@ -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() {