diff options
-rw-r--r-- | release/sysinstall/config.c | 3 | ||||
-rw-r--r-- | usr.sbin/sade/config.c | 3 | ||||
-rw-r--r-- | usr.sbin/sysinstall/config.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index f818d5f..823857a 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.39 1996/06/29 02:22:39 jkh Exp $ + * $Id: config.c,v 1.41 1996/06/29 03:43:17 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -411,6 +411,7 @@ skip: } fprintf(fp, "127.0.0.1\t\tlocalhost.%s localhost\n", dp ? dp : "my.domain"); fprintf(fp, "%s\t\t%s %s\n", cp, hp, cp2); + fprintf(fp, "%s\t\t%s.\n", cp, hp); fclose(fp); if (isDebug()) msgDebug("Wrote entry for %s to /etc/hosts\n", cp); diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index f818d5f..823857a 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.39 1996/06/29 02:22:39 jkh Exp $ + * $Id: config.c,v 1.41 1996/06/29 03:43:17 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -411,6 +411,7 @@ skip: } fprintf(fp, "127.0.0.1\t\tlocalhost.%s localhost\n", dp ? dp : "my.domain"); fprintf(fp, "%s\t\t%s %s\n", cp, hp, cp2); + fprintf(fp, "%s\t\t%s.\n", cp, hp); fclose(fp); if (isDebug()) msgDebug("Wrote entry for %s to /etc/hosts\n", cp); diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index f818d5f..823857a 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.39 1996/06/29 02:22:39 jkh Exp $ + * $Id: config.c,v 1.41 1996/06/29 03:43:17 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -411,6 +411,7 @@ skip: } fprintf(fp, "127.0.0.1\t\tlocalhost.%s localhost\n", dp ? dp : "my.domain"); fprintf(fp, "%s\t\t%s %s\n", cp, hp, cp2); + fprintf(fp, "%s\t\t%s.\n", cp, hp); fclose(fp); if (isDebug()) msgDebug("Wrote entry for %s to /etc/hosts\n", cp); |