diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 10:36:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-04-19 10:36:43 +0000 |
commit | c776811af67d99cdd22593c0eac8ff54876235b5 (patch) | |
tree | 131fa34114e1246218c6e5ebde7d3787b9fb9b13 /NEWS | |
parent | 793cf14db75f7802408130ef87598850f3186956 (diff) | |
download | utmps-c776811af67d99cdd22593c0eac8ff54876235b5.tar.xz |
I *did* say it was a bad idea to remove sanitization, Xavier.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,11 +3,12 @@ Changelog for utmps. In 0.1.0.2 ---------- + - Bugfixes. - The wtmpd example now uses /var/log/wtmp instead of /run/utmps/wtmp since wtmp is supposed to survive across reboots. - WTMPX_FILE, which is unused by utmps, now points to /var/log/wtmp so that programs that want to read that file (e.g. lastlog) can -access it without patching. +access wtmp without patching. Or with less patching. In 0.1.0.1 |