CVS: cvs.openbsd.org: src
Daniel Dickman <[email protected]> Tue, 21 Jul 2026 15:34:46 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/21 15:34:46 Modified files: libexec/getty : subr.c Log message: getty(8): IXANY is an input flag, not a local flag The dx gettytab capability was a no-op, fix this so the capability behaves as intended. Original fix was submitted by Piotr Durlej in 2024. We applied half of that fix at the time. Now apply the other half of the originally submitted fix. ok millert@