]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Fri, 30 May 2014 11:50:10 +0000 (13:50 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 30 May 2014 11:50:10 +0000 (13:50 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 4c8a902d067cc47df8fd1ed50cc0ba3273beddbf..0f3432bd6890eccbc30c94f445af39628d9f3362 100644 (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:
 -----------