On Wed, Jan 04, 2006 at 08:44:19PM -0600, Jim Mays wrote: > I found a very strang line in my /etc/hosts file. The line says > > ::1 localhost.cimsolve.com localhost > > This line is followed by a normal line > > 127.0.0.1 localhost.cimsolve.com localhost > > How did the first line get there, because I didn't put it there.
does it look like it is from: /usr/src/distrib/miniroot/install.sh: 330 # Always create new hosts file. 331 cat >/tmp/hosts <<__EOT 332 ::1 localhost 333 127.0.0.1 localhost 334 ::1 $(hostname -s) 335 127.0.0.1 $(hostname -s) 336 __EOT -- jared [ openbsd 3.8 GENERIC ( dec 16 ) // i386 ]

