svn commit: r341167 - in stable: 11/release/tools 12/release/tools

Glen Barber gjb at FreeBSD.org
Thu Nov 29 00:28:10 UTC 2018


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/11/release/tools/gce.conf
Directory Properties:
  stable/11/   (props changed)

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

Modified: stable/11/release/tools/gce.conf
==============================================================================
--- stable/11/release/tools/gce.conf	Wed Nov 28 21:20:51 2018	(r341166)
+++ stable/11/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


More information about the svn-src-all mailing list