diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
commit | b13154de3eca5ba28fbb4854d916cd0be5febeed (patch) | |
tree | 30f2e9e89ab71a2df837076ac68c3ba770230294 /Documentation/deprecated.txt | |
download | util-linux-upstream/2.22.tar.gz |
Imported Upstream version 2.22upstream/2.22upstream
Diffstat (limited to 'Documentation/deprecated.txt')
-rw-r--r-- | Documentation/deprecated.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Documentation/deprecated.txt b/Documentation/deprecated.txt new file mode 100644 index 0000000..842d642 --- /dev/null +++ b/Documentation/deprecated.txt @@ -0,0 +1,57 @@ +The following is a list of commands or features that are deprecated. All +deprecated utils are in maintenance mode and we keep them in source tree for +backward compatibility only. + +What: chkdupexe +Why: unnecessary, in Perl, not used in distributions, possible to replace + by a simple shell script. + +-------------------------- + +What: 'udev' and 'list' blkid(8) output formats +Why: udevd links libblkid directly; the 'list' is unnecessary, use lsblk(8) + +-------------------------- + +What: line(1) command +Why: useless, nobody uses this command, head(1) is better + +-------------------------- + +What: losetup -s +Why: the option -s is in collision with the Loop-AES losetup dialect that is used + in some distributions. Use the long version (--show) only. + +-------------------------- + +What: cryptoloop support in mount/losetup +Why: depreciated in favor of dm-crypt. + +--------------------------- + +What: elvtune +Why: useless for kernel >= 2.6.9 + +--------------------------- + +What: arch(1) command +Why: deprecated in favor of uname(1) or arch(1) from coreutils + + The arch(1) has been added (during 2.13 development cycle) to coreutils + where it will be maintained as an alias for uname(1) command. + +---------------------------- + +What: newgrp(1) +Why: deprecated in favor of newgrp from shadow-utils + +---------------------------- + +What: vipw/vigr(8) +Why: deprecated in favor of vipw/vigr(8) from shadow-utils + +---------------------------- + +What: last(1) +Why: nobody uses this implementation + |