On Wed, 02 Jun 2004 08:30:55 +0200, Thomas Hood wrote:
> This issue was discussed recently on debian-boot. So, d-i guys,
> what was finally concluded? After installation, will 'localhost'
> or the system hostname appear first on the '127.0.0.1' line in
> /etc/hosts?
if (ipaddress.s_addr) {
fprintf(fp, "127.0.0.1\tlocalhost\t%s\n", hostname);
--
Joshua Kwan