From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E9B7659CB2 for ; Thu, 14 Apr 2016 00:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F1B21C04C; Thu, 14 Apr 2016 00:35:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D362321C04C for ; Thu, 14 Apr 2016 00:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A661B34069A for ; Thu, 14 Apr 2016 00:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0F0086F for ; Thu, 14 Apr 2016 00:35:05 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1460594062.0c58846172ddd119b7fab00e2fb7b388fcaef482.prometheanfire@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/scripts/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/scripts/cloud-prep.sh X-VCS-Directories: releases/weekly/scripts/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 0c58846172ddd119b7fab00e2fb7b388fcaef482 X-VCS-Branch: master Date: Thu, 14 Apr 2016 00:35:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3f534357-107c-4ad0-8bd6-3f57ffda498d X-Archives-Hash: 9a4e5b4a89ab2b22f24f44c9ec1ece39 commit: 0c58846172ddd119b7fab00e2fb7b388fcaef482 Author: Matthew Thode mthode org> AuthorDate: Thu Apr 14 00:34:22 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Apr 14 00:34:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0c588461 add ipv6 nameserver to cloud-prep script releases/weekly/scripts/cloud-prep.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/weekly/scripts/cloud-prep.sh b/releases/weekly/scripts/cloud-prep.sh index 14bfd1a..86f3641 100644 --- a/releases/weekly/scripts/cloud-prep.sh +++ b/releases/weekly/scripts/cloud-prep.sh @@ -49,6 +49,7 @@ chown root:root /etc/conf.d/hostname # set a nice default for /etc/resolv.conf cat > /etc/resolv.conf << EOL nameserver 8.8.8.8 +nameserver 2001:4860:4860::8888 EOL # let's upgrade (security fixes and otherwise)