]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Remove the idmapd.conf man. It now lives in the
authorSteve Dickson <steved@redhat.com>
Fri, 22 Jan 2010 17:24:05 +0000 (12:24 -0500)
committerSteve Dickson <steved@redhat.com>
Fri, 22 Jan 2010 17:24:05 +0000 (12:24 -0500)
libnfsidmap library git tree

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/idmapd/Makefile.am
utils/idmapd/idmapd.conf.man [deleted file]

index 4dabb3d5b989a6861a1265c98eba19721aa5dc53..421804883383736dcfb5c3e5986193df2d779ecd 100644 (file)
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
 ## Process this file with automake to produce Makefile.in
 
-man5_MANS      = idmapd.conf.man
 man8_MANS      = idmapd.man
 
 RPCPREFIX      = rpc.
 man8_MANS      = idmapd.man
 
 RPCPREFIX      = rpc.
@@ -8,7 +7,6 @@ KPREFIX         = @kprefix@
 sbin_PROGRAMS  = idmapd
 
 EXTRA_DIST = \
 sbin_PROGRAMS  = idmapd
 
 EXTRA_DIST = \
-       $(man5_MANS) \
        $(man8_MANS) \
        idmapd.conf
 
        $(man8_MANS) \
        idmapd.conf
 
@@ -48,8 +46,8 @@ uninstall-hook:
 
 # XXX This makes some assumptions about what automake does.
 # XXX But there is no install-man-hook or install-man-local.
 
 # XXX This makes some assumptions about what automake does.
 # XXX But there is no install-man-hook or install-man-local.
-install-man: install-man5 install-man8 install-man-links
-uninstall-man: uninstall-man5 uninstall-man8 uninstall-man-links
+install-man: install-man8 install-man-links
+uninstall-man: uninstall-man8 uninstall-man-links
 
 install-man-links:
        (cd $(DESTDIR)$(man8dir) && \
 
 install-man-links:
        (cd $(DESTDIR)$(man8dir) && \
diff --git a/utils/idmapd/idmapd.conf.man b/utils/idmapd/idmapd.conf.man
deleted file mode 100644 (file)
index 02722b1..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-.\"    $OpenBSD: mdoc.template,v 1.6 2001/02/03 08:22:44 niklas Exp $
-.\"
-.\" The following requests are required for all man pages.
-.Dd July 16, 2003
-.Dt idmapd.conf 5
-.Os
-.Sh NAME
-.Nm idmapd.conf
-.Nd configuration file for idmapd, the NFSv4 ID <-> Name Mapper
-.Sh SYNOPSIS
-Configuration file for idmapd, the NFSv4 ID <-> Name Mapper
-.Sh DESCRIPTION
-The
-.Nm
-configuration file has two sections, initiated by the strings
-[General] and [Mapping].  Each section may contain lines of the form
-.Dl ""
-.Dl variable = value
-.Dl ""
-The variables allowed in the General section are
-.Va Verbosity,
-.Va Pipefs-Directory,
-and
-.Va Domain,
-whose values have the same effect as the arguments to the
-.Fl v,
-.Fl p,
-and
-.Fl d
-commandline options, respectively.  The variables allowed in the
-Mapping section are
-.Va Nobody-User
-and
-.Va Nobody-Group,
-which have the same effect as the
-.Fl U
-and
-.Fl G
-commandline options.
-'
-.Sh EXAMPLES
-'
-An example
-.Pa /etc/idmapd.conf
-file:
-'
-.Bd -literal
-[General]
-
-Verbosity = 0
-Pipefs-Directory = /var/lib/nfs/rpc_pipefs
-Domain = localdomain
-
-[Mapping]
-
-Nobody-User = nobody
-Nobody-Group = nobody
-.Ed
-'
-.Sh SEE ALSO
-.Xr idmapd 8
-.\".Sh SEE ALSO
-.\".Xr nylon.conf 4
-.\" .Sh COMPATIBILITY
-.\".Sh STANDARDS
-.\".Sh ACKNOWLEDGEMENTS
-.Sh AUTHORS
-The idmapd software has been developed by Marius Aamodt Eriksen
-.Aq marius@citi.umich.edu .
-.\" .Sh HISTORY
-.\".Sh BUGS
-.\"Please report any bugs to Marius Aamodt Eriksen
-.\".Aq marius@monkey.org .
-.\" .Sh CAVEATS