From f658fd980e1721182deb2f1ecd63eec0ff37cc74 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 20 Feb 2015 13:26:56 +0100 Subject: [PATCH] base-files: add ::1 to /etc/hosts. --- srcpkgs/base-files/files/hosts | 1 + srcpkgs/base-files/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/base-files/files/hosts b/srcpkgs/base-files/files/hosts index 1cfa1760073..745b2d57fa4 100644 --- a/srcpkgs/base-files/files/hosts +++ b/srcpkgs/base-files/files/hosts @@ -4,5 +4,6 @@ # 127.0.0.1 localhost.localdomain localhost +::1 localhost.localdomain localhost ip6-localhost # End of file diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index 03225aa1fe4..460e96c491a 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -1,6 +1,6 @@ # Template file for 'base-files' pkgname=base-files -version=0.115 +version=0.116 revision=1 bootstrap=yes build_style="meta"