Author: gjb
Date: Thu Nov 29 00:28:08 2018
New Revision: 341167
URL: https://svnweb.freebsd.org/changeset/base/341167

Log:
  MFC r340983:
   Fix NTP query on GCE due to unresolved hostname.
  
  PR:           232456
  Submitted by: Lucas Kanashiro
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/12/release/tools/gce.conf
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/release/tools/gce.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/release/tools/gce.conf
==============================================================================
--- stable/12/release/tools/gce.conf    Wed Nov 28 21:20:51 2018        
(r341166)
+++ stable/12/release/tools/gce.conf    Thu Nov 29 00:28:08 2018        
(r341167)
@@ -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]"

Reply via email to