Author: gjb
Date: Thu Nov 29 01:02:52 2018
New Revision: 341169
URL: https://svnweb.freebsd.org/changeset/base/341169
Log:
MFS12 r341167:
MFC r340983:
Fix NTP query on GCE due to unresolved hostname.
PR: 232456
Submitted by: Lucas Kanashiro
Approved by: re (delphij)
Sponsored by: The FreeBSD Foundation
Modified:
releng/12.0/release/tools/gce.conf
Directory Properties:
releng/12.0/ (props changed)
Modified: releng/12.0/release/tools/gce.conf
==============================================================================
--- releng/12.0/release/tools/gce.conf Thu Nov 29 00:34:55 2018
(r341168)
+++ releng/12.0/release/tools/gce.conf Thu Nov 29 01:02:52 2018
(r341169)
@@ -49,7 +49,7 @@ aesni_load="YES"
nvme_load="YES"
EOF
- echo '169.254.169.254 metadata.google.internal metadata' > \
+ echo '169.254.169.254 metadata.google.internal metadata' >> \
${DESTDIR}/etc/hosts
# overwrite ntp.conf
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"