CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/03/14 08:23:05
Modified files: distrib/miniroot: install.sh install.sub Log message: There should only be one ::1 and one 127.0.0.1 entry in the hosts file. And 'localhost' don't need no stinkin' domain names. Insert line(s) with the address(es) of last interface defined instead of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured interfaces may eventually drift away from the value in hosts file. Much discussed just before tree lock. Time to see what happens. ok deraadt@