Date: Saturday, November 20, 2010 @ 02:26:55 Author: pierre Revision: 100080
Add ::1 to hosts file Modified: filesystem/trunk/hosts -------+ hosts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: hosts =================================================================== --- hosts 2010-11-20 06:23:07 UTC (rev 100079) +++ hosts 2010-11-20 07:26:55 UTC (rev 100080) @@ -3,6 +3,7 @@ # #<ip-address> <hostname.domain.org> <hostname> -127.0.0.1 localhost.localdomain localhost +127.0.0.1 localhost.localdomain localhost +::1 localhost.localdomain localhost # End of file
