svn commit: r340983 - head/release/tools

Glen Barber gjb at FreeBSD.org
Mon Nov 26 17:00:40 UTC 2018


Author: gjb
Date: Mon Nov 26 17:00:39 2018
New Revision: 340983
URL: https://svnweb.freebsd.org/changeset/base/340983

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

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Mon Nov 26 16:54:16 2018	(r340982)
+++ head/release/tools/gce.conf	Mon Nov 26 17:00:39 2018	(r340983)
@@ -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


More information about the svn-src-all mailing list