docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-05-30 13:50:10 +02:00
parent 3859baf9c5
commit 7cecd940bf
1 changed files with 0 additions and 20 deletions

View File

@ -1,17 +1,6 @@
Note that items with (!) have high priority.
lslogins(1) [assigned: Ondrej Oprala]
----------
- a new command to list information about accounts
- based on libsmartcols
- see passwd -S and solarix/aux logins commands
- use infor from libc passwd struct, lastlog and wtmp/btmp logs
- expected columns USERNAME, UID, GID, STATUS, GROUPS, SHELL, HOME,
FULLNAME, LAST-LOGIN, LAST-TTY, LAST-HOSTNAME, FAILED-LOGIN, FAILED-TTY,
HUSH-STATUS ...
hwlock
------
- use /var/lib/hwclock/drift to store hw-clock drift numbers.
@ -29,10 +18,6 @@ bash completion
libmount (mount/umount)
-----------------------
Note that the old mount/[u]mount.c code is in MAINTENANCE MODE only. All new
features should be implemented to libmount or to the new sys-utils/{mount,umount}.c
utils.
- add options to control fstab/mtab mount options usage, something like:
--options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...}
@ -55,11 +40,6 @@ docs
- (!) add API documentation to libuuid
libsmartcols
--------
- allows to sort columns, for example sort lsblk(8) output by SIZE
login-utils:
-----------