summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-09 08:52:53 +0000
committerdg <dg@FreeBSD.org>1994-08-09 08:52:53 +0000
commit87bb773c712af970554da69e5ca5925cab3be879 (patch)
tree2355ee8ba0e729b23c5a315027e7d2080c9c6d9a /usr.sbin/config
parent0b8d504c005ea8a724494c93983899a1785c8473 (diff)
downloadFreeBSD-src-87bb773c712af970554da69e5ca5925cab3be879.zip
FreeBSD-src-87bb773c712af970554da69e5ca5925cab3be879.tar.gz
Now that the timezone specification is no longer allowed, don't issue a
warning that it is missing.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/mkmakefile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 366ec23..f6aa81b 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -171,8 +171,6 @@ makefile()
else
fprintf(ofp, " -D%s", op->op_name);
fprintf(ofp, "\n");
- if (hadtz == 0)
- printf("timezone not specified; gmt assumed\n");
if ((unsigned)machine > NUSERS) {
printf("maxusers config info isn't present, using vax\n");
up = &users[MACHINE_VAX-1];
OpenPOWER on IntegriCloud