diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 17:58:48 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-07-25 17:58:48 +0200 |
commit | 3c3f03b81f3027ef0a25bd790605265b384b93c1 (patch) | |
tree | bf3dd9c26414cb7f97f090cbc2a61062824566b2 /doc | |
parent | 0cb2db32e73cb06716ea797374c42e99d782643b (diff) | |
download | fuse-3c3f03b81f3027ef0a25bd790605265b384b93c1.tar.gz |
ulockmgr: strip ulockmgr support from this source package
Distribute ulockmgr separately. It is not needed for the building of
libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not
disable remote-lock suport in fusexmp_fh.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/ulockmgr_server.1 | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ebc9679..bc34a9c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -dist_man_MANS = fusermount.1 mount.fuse.8 ulockmgr_server.1 +dist_man_MANS = fusermount.1 mount.fuse.8 EXTRA_DIST = how-fuse-works kernel.txt Doxyfile diff --git a/doc/ulockmgr_server.1 b/doc/ulockmgr_server.1 deleted file mode 100644 index 7b8ab9a..0000000 --- a/doc/ulockmgr_server.1 +++ /dev/null @@ -1,28 +0,0 @@ -.TH ULOCKMGR_SERVER 1 2011\-10\-23 2.8.6 "Filesystem in Userspace (FUSE)" - -.SH NAME -\fBulockmgr_server\fR \- Lock Manager Server for FUSE filesystems - -.SH SYNOPSIS -\fBulockmgr_server\fR - -.SH DESCRIPTION -Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. -.PP -\fBulockmgr_server\fR is the Userspace Lock Manager Server for FUSE filesystems. - -.SH OPTIONS -\fBulockmgr_server\fR has no options. - -.SH SEE ALSO -\fIfusermount\fR(1), -\fImount\fR(8), -\fImount.fuse\fR(8). - -.SH HOMEPAGE -More information about ulockmgr_server and the FUSE project can be found at <\fIhttp://fuse.sourceforge.net/\fR>. - -.SH AUTHOR -FUSE was written by Miklos Szeredi <\fImiklos@szeredi.hu\fR>. -.PP -This manual page was written by Daniel Baumann <\fIdaniel.baumann@progress\-technologies.net\fR>. |