aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-02-28 02:07:47 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-02-28 02:07:47 +0000
commit4336b13f6104e05599610d41ccc05f01c603bf39 (patch)
treedc61db2fa334e7efddd336d391a52b46749fc356 /usr.sbin
parenta77b865277e416510e8fbcc7afadcf640c01ef72 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/mkmakefile.c17
-rw-r--r--usr.sbin/config/mkoptions.c7
2 files changed, 0 insertions, 24 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index f09a8d03220c..a886bbafa3a4 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -316,14 +316,6 @@ next:
"files.%s", machinename);
goto openit;
}
- if (first == 2) {
- first++;
- (void) snprintf(fname, sizeof(fname),
- "files.%s", raisestr(ident));
- fp = fopen(fname, "r");
- if (fp != 0)
- goto next;
- }
return;
}
if (wd == 0)
@@ -346,15 +338,6 @@ next:
else
isdup = 0;
tp = 0;
- if (first == 3 && pf == 0 && (tp = fltail_lookup(this)) != 0) {
- if (tp->f_type != INVISIBLE || tp->f_flags)
- printf("%s: Local file %s overrides %s.\n",
- fname, this, tp->f_fn);
- else
- printf("%s: Local file %s could override %s"
- " with a different kernel configuration.\n",
- fname, this, tp->f_fn);
- }
nreqs = 0;
special = 0;
depends = 0;
diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c
index 4cfa0984bea9..db6343171887 100644
--- a/usr.sbin/config/mkoptions.c
+++ b/usr.sbin/config/mkoptions.c
@@ -319,13 +319,6 @@ next:
(void) snprintf(fname, sizeof fname, "options.%s", machinename);
goto openit;
}
- if (first == 2) {
- first++;
- (void) snprintf(fname, sizeof fname, "options.%s", raisestr(ident));
- fp = fopen(fname, "r");
- if (fp != 0)
- goto next;
- }
return;
}
if (wd == 0)