]> git.decadent.org.uk Git - nfs-utils.git/commit
nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrack
authorJeff Layton <jlayton@redhat.com>
Thu, 8 Nov 2012 19:36:56 +0000 (14:36 -0500)
committerSteve Dickson <steved@redhat.com>
Sun, 11 Nov 2012 23:01:23 +0000 (18:01 -0500)
commit37ebcfc42478bbbf5784504072b682037352a90e
tree40e7b119518a2dd04e5960763679690de02d8546
parentb20a49b5e7ca0d42f752d36a9dc0f2197243d6f0
nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrack

We'll soon be adding a new nfsdcltrack program, at which point it won't
make much sense to call this directory and the config option "nfsdcld".
Rename it to be a bit more generic.

While we're at it, change the default for --enable-cltrack to "yes".
When we introduce the one-shot program, we're going to want to build
it by default anyway.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
13 files changed:
configure.ac
utils/Makefile.am
utils/nfsdcld/Makefile.am [deleted file]
utils/nfsdcld/nfsdcld.c [deleted file]
utils/nfsdcld/nfsdcld.man [deleted file]
utils/nfsdcld/sqlite.c [deleted file]
utils/nfsdcld/sqlite.h [deleted file]
utils/nfsdcltrack/Makefile.am [new file with mode: 0644]
utils/nfsdcltrack/nfsdcld [new file with mode: 0755]
utils/nfsdcltrack/nfsdcld.c [new file with mode: 0644]
utils/nfsdcltrack/nfsdcld.man [new file with mode: 0644]
utils/nfsdcltrack/sqlite.c [new file with mode: 0644]
utils/nfsdcltrack/sqlite.h [new file with mode: 0644]