aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/ttys.c
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-162/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* Silence more warnings.Murray Stokely2001-09-221-1/+2
| | | | Notes: svn path=/head/; revision=83845
* Allow configTtys() be called several times - set VAR_CONSTERM to "NO" afterAndrey A. Chernov2001-08-021-0/+4
| | | | | | | operation done. Notes: svn path=/head/; revision=81056
* Fix disclaimer clauseAndrey A. Chernov2001-07-171-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=79820
* Add ability to configure console terminal type in /etc/ttysAndrey A. Chernov2001-07-171-0/+157
Reviewed by: audit, jkh's silence Notes: svn path=/head/; revision=79813