summaryrefslogtreecommitdiffstats
path: root/DEPRECATED
diff options
context:
space:
mode:
authorKarel Zak2007-07-11 12:37:40 +0200
committerKarel Zak2007-07-11 12:37:40 +0200
commit6a97809b9fc9bb4113e1ecfa95d68536b0a720a8 (patch)
tree9d83f809e2e9b1e096de03a878593c4c21efcc73 /DEPRECATED
parentwhereis: add lib64 paths (diff)
downloadkernel-qcow2-util-linux-6a97809b9fc9bb4113e1ecfa95d68536b0a720a8.tar.gz
kernel-qcow2-util-linux-6a97809b9fc9bb4113e1ecfa95d68536b0a720a8.tar.xz
kernel-qcow2-util-linux-6a97809b9fc9bb4113e1ecfa95d68536b0a720a8.zip
sys-utils: add arch(1) back to the official tree
This patch add arch(1) back to util-linux source code tree, but the command is not installed by defautl. For more details see "./configure --help". The arch command is deprecated in favor of "uname -m" (coreutils). The latest (6.9+) version of coreutils also supports arch(1) as an alias to "uname -a". Please, if you need arch(1) use the coreutils implementation. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'DEPRECATED')
-rw-r--r--DEPRECATED4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPRECATED b/DEPRECATED
index aa08f9adb..592009d43 100644
--- a/DEPRECATED
+++ b/DEPRECATED
@@ -22,9 +22,9 @@ Why: useless for kernel >= 2.6.9
What: arch(1) command
When: 2.14
-Why: deprecated in favor of uname(1) from coreutils
+Why: deprecated in favor of uname(1) or arch(1) from coreutils
- The arch(1) has been moved (during 2.13 development cycle) to coreutuls
+ The arch(1) has been added (during 2.13 development cycle) to coreutuls
where it will be maintained as an alias for uname(1) command.
----------------------------