[fedfs-utils] [PATCH 0/8] Initial patches for fedfs-utils-0.8

Chuck Lever chuck.lever at oracle.com
Mon Sep 19 15:41:47 PDT 2011


Some simple patches to kick off the fedfs-utils-0.8 development cycle.
Review for these closes next Monday EOB.

Note that the git repo has a 0.7-stable branch now for tracking fixes
to fedfs-utils-0.7.  0.8 commits will appear on the master branch.

---

Chuck Lever (8):
      configure.ac: Add --with-fedfsuser and --with-statedir options
      configure.ac: Remove rpcgen dependency
      fedfsc: fedfs-lookup-{junction,replication} should assume "-t none"
      contrib: Add rpcfedfs init script
      README: Add patent disclaimer language to README
      libjunction: Clear mode bits when creating a junction
      mount.fedfs(8): Fix rpmlint warnings in man pages
      configure.ac: Development release 0.8


 Makefile.am                           |    2 -
 README                                |   23 +++++-
 configure.ac                          |   25 ++++++-
 contrib/Makefile.am                   |   28 ++++++++
 contrib/init-scripts/Makefile.am      |   28 ++++++++
 contrib/init-scripts/rpcfedfsd        |  121 +++++++++++++++++++++++++++++++++
 doc/man/fedfs-lookup-junction.8       |    5 +
 doc/man/fedfs-lookup-replication.8    |    5 +
 doc/man/fedfs-map-nfs4.8              |   13 ++--
 doc/man/mount.fedfs.8                 |   26 +++----
 src/fedfsc/fedfs-lookup-junction.c    |    9 +-
 src/fedfsc/fedfs-lookup-replication.c |   11 ++-
 src/include/fedfs.h                   |   15 ----
 src/libjunction/junction.c            |    9 ++
 14 files changed, 261 insertions(+), 59 deletions(-)
 create mode 100644 contrib/Makefile.am
 create mode 100644 contrib/init-scripts/Makefile.am
 create mode 100755 contrib/init-scripts/rpcfedfsd

-- 
Chuck Lever



More information about the fedfs-utils-devel mailing list