]> err.no Git - util-linux/commit
blkid: move to misc-utils/ directory
authorKarel Zak <kzak@redhat.com>
Thu, 2 Jul 2009 12:38:23 +0000 (14:38 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Jul 2009 12:38:23 +0000 (14:38 +0200)
commit5663298c2c8f3b89be5626ca435b3fd1e5509823
tree5e94657e00d960252fee11b8ba098d3ee8da79f9
parenta08273192dbbce31bf1b38e7c03cbb082508f5ba
blkid: move to misc-utils/ directory

The others utilities are in one of the top-level directories. That's
confusing to have blkid(8) and findfs(8) in shlibs/ tree.

Signed-off-by: Karel Zak <kzak@redhat.com>
12 files changed:
configure.ac
misc-utils/.gitignore
misc-utils/Makefile.am
misc-utils/blkid.8 [moved from shlibs/blkid/bin/blkid.8 with 100% similarity]
misc-utils/blkid.c [moved from shlibs/blkid/bin/blkid.c with 100% similarity]
misc-utils/findfs.8 [moved from shlibs/blkid/bin/findfs.8 with 100% similarity]
misc-utils/findfs.c [moved from shlibs/blkid/bin/findfs.c with 100% similarity]
shlibs/blkid/Makefile.am
shlibs/blkid/bin/Makefile.am [deleted file]
shlibs/blkid/bin/blkid.sh.in [deleted file]
shlibs/blkid/bin/findfs.sh.in [deleted file]
tests/commands.sh.in