diff options
author | Karel Zak <kzak@redhat.com> | 2007-07-11 12:37:40 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-07-11 12:37:40 +0200 |
commit | 6a97809b9fc9bb4113e1ecfa95d68536b0a720a8 (patch) | |
tree | 9d83f809e2e9b1e096de03a878593c4c21efcc73 /DEPRECATED | |
parent | 7dff8582f826830926b50b272e5ebfcfb46bf243 (diff) | |
download | util-linux-old-6a97809b9fc9bb4113e1ecfa95d68536b0a720a8.tar.gz |
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-- | DEPRECATED | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ---------------------------- |