summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/lang.l
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-06-29 07:19:19 +0000
committerdg <dg@FreeBSD.org>1995-06-29 07:19:19 +0000
commitaf6f51995f3d342fd87ed31ea8750196ef87080c (patch)
tree4f9f4dc9b3680657f8968565f3af701ada29d9c6 /usr.sbin/config/lang.l
parent3d799ae7f8ef311d5648a2ad8534fd7a2a662bbc (diff)
downloadFreeBSD-src-af6f51995f3d342fd87ed31ea8750196ef87080c.zip
FreeBSD-src-af6f51995f3d342fd87ed31ea8750196ef87080c.tar.gz
Killed TIMEZONE, DST, and HZ keywords. They have generated a config error
for more than a year now. They've been replaced with userland methods for changing (see adjkerntz).
Diffstat (limited to 'usr.sbin/config/lang.l')
-rw-r--r--usr.sbin/config/lang.l3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index e4c65a1..7d887b2 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -66,10 +66,8 @@ struct kt {
#if MACHINE_I386
{ "drq", DRQ },
#endif MACHINE_I386
- { "dst", DST },
{ "dumps", DUMPS },
{ "flags", FLAGS },
- { "hz", HZ },
{ "ident", IDENT },
{ "interleave", INTERLEAVE },
#if MACHINE_I386
@@ -107,7 +105,6 @@ struct kt {
#if MACHINE_I386
{ "tty", TTY },
#endif MACHINE_I386
- { "timezone", TIMEZONE },
{ "trace", TRACE },
{ "unit", UNIT },
{ "vector", VECTOR },
OpenPOWER on IntegriCloud