From 305391b6ec0db94fc2261cca1c6bcaf7fed46886 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 29 Mar 2009 15:27:26 +0100 Subject: [PATCH] I see that lenny adds localhost to the ::1 address Signed-off-by: Stephen Gran --- templates/etc-hosts.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc-hosts.erb b/templates/etc-hosts.erb index 86898436..1105ac3e 100644 --- a/templates/etc-hosts.erb +++ b/templates/etc-hosts.erb @@ -7,7 +7,7 @@ <%= ipaddress %> <%= fqdn %> <%= hostname %> # The following lines are desirable for IPv6 capable hosts -::1 ip6-localhost ip6-loopback +::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes -- 2.39.2