Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/utils/sysinst Pull up revision 1.55 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/44d6d41c39ff
branches:  netbsd-1-4
changeset: 469655:44d6d41c39ff
user:      he <he%NetBSD.org@localhost>
date:      Sun Oct 31 22:32:37 1999 +0000

description:
Pull up revision 1.55 (requested by he):
  Do not mislead users by inserting "lookup files bind" in
  /etc/resolv.conf; after we converted to nsswitch this is
  handled elsewhere.

diffstat:

 distrib/utils/sysinst/net.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 229bb81d3e7a -r 44d6d41c39ff distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c       Sun Oct 31 22:28:42 1999 +0000
+++ b/distrib/utils/sysinst/net.c       Sun Oct 31 22:32:37 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.38.2.4 1999/07/06 23:56:51 perry Exp $       */
+/*     $NetBSD: net.c,v 1.38.2.5 1999/10/31 22:32:37 he Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -372,13 +372,13 @@
                (void)fprintf(f, ";\n; BIND data file\n; %s %s;\n", 
                    "Created by NetBSD sysinst on", ctime(&now)); 
                (void)fprintf (f,
-                   "nameserver %s\nlookup file bind\nsearch %s\n",
+                   "nameserver %s\nsearch %s\n",
                    net_namesvr, net_domain);
                if (scripting) {
                        (void)fprintf(script, ";\n; BIND data file\n; %s %s;\n", 
                            "Created by NetBSD sysinst on", ctime(&now)); 
                        (void)fprintf (script,
-                           "nameserver %s\nlookup file bind\nsearch %s\n",
+                           "nameserver %s\nsearch %s\n",
                            net_namesvr, net_domain);
                }
                fflush(NULL);



Home | Main Index | Thread Index | Old Index