]> err.no Git - util-linux/commit
sys-utils: add arch(1) back to the official tree
authorKarel Zak <kzak@redhat.com>
Wed, 11 Jul 2007 10:37:40 +0000 (12:37 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Jul 2007 10:37:40 +0000 (12:37 +0200)
commit6a97809b9fc9bb4113e1ecfa95d68536b0a720a8
tree9d83f809e2e9b1e096de03a878593c4c21efcc73
parent7dff8582f826830926b50b272e5ebfcfb46bf243
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>
DEPRECATED
configure.ac
po/POTFILES.in
sys-utils/Makefile.am
sys-utils/arch.1 [new file with mode: 0644]
sys-utils/arch.c [new file with mode: 0644]