summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-07-17 04:09:50 +0000
committerache <ache@FreeBSD.org>2001-07-17 04:09:50 +0000
commit41f378ca9ed5161199f2b5bb1663a996243cf671 (patch)
treeeea3be9c4cb5ed75e134f6c1b997696608f85585 /usr.sbin/sade/install.c
parentadc22e971c9cafdba08a447ec69dce5f17f530d5 (diff)
downloadFreeBSD-src-41f378ca9ed5161199f2b5bb1663a996243cf671.zip
FreeBSD-src-41f378ca9ed5161199f2b5bb1663a996243cf671.tar.gz
Add ability to configure console terminal type in /etc/ttys
Reviewed by: audit, jkh's silence
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index ae3b7bb..b53cb48 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -1075,6 +1075,7 @@ installVarDefaults(dialogMenuItem *self)
else
variable_set2(SYSTEM_STATE, "init", 0);
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024 -c 22", 0);
+ variable_set2(VAR_CONSTERM, "NO", 0);
return DITEM_SUCCESS;
}
OpenPOWER on IntegriCloud