]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mountpoint: add new command
authorKarel Zak <kzak@redhat.com>
Tue, 21 Jun 2011 09:46:36 +0000 (11:46 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Jun 2011 09:46:36 +0000 (11:46 +0200)
commit0164c24595bd4209ab7b668fec34f5cdcdd1d5eb
tree1ec58f53eea5c35dd9890fca81b9a537fb2e9c58
parent5499b0d388fd9cf759d479c74184307b77ca0e74
mountpoint: add new command

This is libmount based re-implementation of the mountpoint(1) command.
The original implementation is maintained in sysvinit suite.

The mountpoint(1) in util-linux is not enabled by default (for now) --
use --enable-mountpoint to enable the util.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
libmount/samples/.gitignore
libmount/samples/Makefile.am
sys-utils/.gitignore
sys-utils/Makefile.am
sys-utils/mountpoint.1 [new file with mode: 0644]
sys-utils/mountpoint.c [moved from libmount/samples/mountpoint.c with 100% similarity]