Blame SOURCES/quota-4.01-Improve-rcp.rquota-8-manual-page.patch

dba0f0
From e4e473c7bb8f30604d763074a6d04e2854249552 Mon Sep 17 00:00:00 2001
dba0f0
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
dba0f0
Date: Mon, 21 Oct 2013 14:24:52 +0200
dba0f0
Subject: [PATCH 4/4] Improve rcp.rquota(8) manual page
dba0f0
MIME-Version: 1.0
dba0f0
Content-Type: text/plain; charset=UTF-8
dba0f0
Content-Transfer-Encoding: 8bit
dba0f0
dba0f0
This patch renames rquotad(8) to rpc.rquotad(8) to reflect the
dba0f0
executable name. It also shows completes synopsis and documents --help option.
dba0f0
dba0f0
Signed-off-by: Petr Písař <ppisar@redhat.com>
dba0f0
---
dba0f0
 rpc.rquotad.8 | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dba0f0
 rquotad.8     |  95 -------------------------------------------------
dba0f0
 2 files changed, 112 insertions(+), 95 deletions(-)
dba0f0
 create mode 100644 rpc.rquotad.8
dba0f0
 delete mode 100644 rquotad.8
dba0f0
dba0f0
diff --git a/rpc.rquotad.8 b/rpc.rquotad.8
dba0f0
new file mode 100644
dba0f0
index 0000000..a045dba
dba0f0
--- /dev/null
dba0f0
+++ b/rpc.rquotad.8
dba0f0
@@ -0,0 +1,112 @@
dba0f0
+.TH RQUOTAD 8
dba0f0
+.SH NAME
dba0f0
+rpc.rquotad \- remote quota server
dba0f0
+.SH SYNOPSIS
dba0f0
+.B /usr/sbin/rpc.rquotad
dba0f0
+[
dba0f0
+.BR \-FI
dba0f0
+] [
dba0f0
+.B \-p
dba0f0
+.I port
dba0f0
+] [
dba0f0
+.B \-s
dba0f0
+|
dba0f0
+.B \-S
dba0f0
+] [
dba0f0
+.B \-x
dba0f0
+.I path
dba0f0
+]
dba0f0
+.LP
dba0f0
+.B /usr/sbin/rpc.rquotad
dba0f0
+[
dba0f0
+.B \-h
dba0f0
+|
dba0f0
+.B \-V
dba0f0
+]
dba0f0
+.SH DESCRIPTION
dba0f0
+.LP
dba0f0
+.IX  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  daemons  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  "user quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  "disk quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  "quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  "filesystem"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.IX  "remote procedure call services"  "rquotad"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
+.B rpc.rquotad
dba0f0
+is an
dba0f0
+.BR rpc (3)
dba0f0
+server which returns quotas for a user of a local filesystem
dba0f0
+which is mounted by a remote machine over the
dba0f0
+.SM NFS\s0.
dba0f0
+It also allows setting of quotas on
dba0f0
+.SM NFS
dba0f0
+mounted filesystem (if configured during compilation and allowed by a command line option
dba0f0
+.BR \-S ).
dba0f0
+The results are used by
dba0f0
+.BR quota (1)
dba0f0
+to display user quotas for remote filesystems and by
dba0f0
+.BR edquota (8)
dba0f0
+to set quotas on remote filesystems.
dba0f0
+.B rquotad
dba0f0
+daemon uses tcp-wrappers library (under service name
dba0f0
+.IR rquotad )
dba0f0
+which allows you to specify hosts allowed/disallowed to use
dba0f0
+the daemon (see
dba0f0
+.BR hosts.allow (5)
dba0f0
+manpage for more information). The
dba0f0
+.B rquotad
dba0f0
+daemon is normally started at boot time from the
dba0f0
+system startup scripts.
dba0f0
+.SH OPTIONS
dba0f0
+.TP
dba0f0
+.B \-h, \-\-help
dba0f0
+Show program usage and exit.
dba0f0
+.B \-V, \-\-version
dba0f0
+Show version of quota tools.
dba0f0
+.TP
dba0f0
+.B \-s, \-\-no-setquota
dba0f0
+Don't allow setting of quotas (default). This option is available only
dba0f0
+if utilities were compiled with the
dba0f0
+.I rpcsetquota
dba0f0
+option.
dba0f0
+.TP
dba0f0
+.B \-S, \-\-setquota
dba0f0
+Allow setting of quotas. This option is available only
dba0f0
+if utilities were compiled with the
dba0f0
+.I rpcsetquota
dba0f0
+option.
dba0f0
+.TP
dba0f0
+.B \-F, \-\-foreground
dba0f0
+Run daemon in foreground (may be useful for debugging purposes).
dba0f0
+.TP
dba0f0
+.B \-I, \-\-autofs
dba0f0
+Do not ignore autofs mountpoints.
dba0f0
+.TP
dba0f0
+.B \-p \f2port\f3, \-\-port \f2port\f1
dba0f0
+Listen on alternate port
dba0f0
+.IR port.
dba0f0
+.TP
dba0f0
+.B \-x \f2path\f3, \-\-xtab \f2path\f1
dba0f0
+Set an alternative file with NFSD export table. This file is used to
dba0f0
+determine pseudoroot of NFSv4 exports. The pseudoroot is then prepended
dba0f0
+to each relative path (i.e. a path not beginning by '/') received in a
dba0f0
+quota RPC request.
dba0f0
+
dba0f0
+.SH FILES
dba0f0
+.PD 0
dba0f0
+.TP 20
dba0f0
+.B aquota.user or aquota.group
dba0f0
+quota file at the filesystem root (version 2 quota, non-XFS filesystems)
dba0f0
+.TP
dba0f0
+.B quota.user or quota.group
dba0f0
+quota file at the filesystem root (version 1 quota, non-XFS filesystems)
dba0f0
+.TP
dba0f0
+.B /etc/mtab
dba0f0
+default filesystems
dba0f0
+.PD
dba0f0
+.SH "SEE ALSO"
dba0f0
+.BR quota (1),
dba0f0
+.BR rpc (3),
dba0f0
+.BR nfs (5),
dba0f0
+.BR services (5),
dba0f0
+.BR inetd (8)
dba0f0
diff --git a/rquotad.8 b/rquotad.8
dba0f0
deleted file mode 100644
dba0f0
index f18bdcc..0000000
dba0f0
--- a/rquotad.8
dba0f0
+++ /dev/null
dba0f0
@@ -1,95 +0,0 @@
dba0f0
-.TH RQUOTAD 8
dba0f0
-.SH NAME
dba0f0
-rquotad, rpc.rquotad \- remote quota server
dba0f0
-.SH SYNOPSIS
dba0f0
-.B rpc.rquotad
dba0f0
-[
dba0f0
-.B \-sSFI
dba0f0
-] [
dba0f0
-.B \-p \f2port\f1
dba0f0
-]
dba0f0
-.SH DESCRIPTION
dba0f0
-.LP
dba0f0
-.IX  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  daemons  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  "user quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  "disk quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  "quotas"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  "filesystem"  "rquotad daemon"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.IX  "remote procedure call services"  "rquotad"  ""  "\fLrquotad\fP \(em remote quota server"
dba0f0
-.B rquotad
dba0f0
-is an
dba0f0
-.BR rpc (3)
dba0f0
-server which returns quotas for a user of a local filesystem
dba0f0
-which is mounted by a remote machine over the
dba0f0
-.SM NFS\s0.
dba0f0
-It also allows setting of quotas on
dba0f0
-.SM NFS
dba0f0
-mounted filesystem (if configured during compilation and allowed by a command line option
dba0f0
-.BR \-S ).
dba0f0
-The results are used by
dba0f0
-.BR quota (1)
dba0f0
-to display user quotas for remote filesystems and by
dba0f0
-.BR edquota (8)
dba0f0
-to set quotas on remote filesystems.
dba0f0
-.B rquotad
dba0f0
-daemon uses tcp-wrappers library (under service name
dba0f0
-.IR rquotad )
dba0f0
-which allows you to specify hosts allowed/disallowed to use
dba0f0
-the daemon (see
dba0f0
-.BR hosts.allow (5)
dba0f0
-manpage for more information). The
dba0f0
-.B rquotad
dba0f0
-daemon is normally started at boot time from the
dba0f0
-system startup scripts.
dba0f0
-.SH OPTIONS
dba0f0
-.TP
dba0f0
-.B \-V, \-\-version
dba0f0
-Shows version of quota tools.
dba0f0
-.TP
dba0f0
-.B \-s, \-\-no-setquota
dba0f0
-Don't allow setting of quotas (default). This option is available only
dba0f0
-if utilities were compiled with the
dba0f0
-.I rpcsetquota
dba0f0
-option.
dba0f0
-.TP
dba0f0
-.B \-S, \-\-setquota
dba0f0
-Allow setting of quotas. This option is available only
dba0f0
-if utilities were compiled with the
dba0f0
-.I rpcsetquota
dba0f0
-option.
dba0f0
-.TP
dba0f0
-.B \-F, \-\-foreground
dba0f0
-Run daemon in foreground (may be useful for debugging purposes).
dba0f0
-.TP
dba0f0
-.B \-I, \-\-autofs
dba0f0
-Do not ignore autofs mountpoints.
dba0f0
-.TP
dba0f0
-.B \-p \f2port\f3, \-\-port \f2port\f1
dba0f0
-Listen on alternate port
dba0f0
-.IR port.
dba0f0
-.TP
dba0f0
-.B \-x \f2path\f3, \-\-xtab \f2path\f1
dba0f0
-Set an alternative file with NFSD export table. This file is used to
dba0f0
-determine pseudoroot of NFSv4 exports. The pseudoroot is then prepended
dba0f0
-to each relative path (i.e. a path not beginning by '/') received in a
dba0f0
-quota RPC request.
dba0f0
-
dba0f0
-.SH FILES
dba0f0
-.PD 0
dba0f0
-.TP 20
dba0f0
-.B aquota.user or aquota.group
dba0f0
-quota file at the filesystem root (version 2 quota, non-XFS filesystems)
dba0f0
-.TP
dba0f0
-.B quota.user or quota.group
dba0f0
-quota file at the filesystem root (version 1 quota, non-XFS filesystems)
dba0f0
-.TP
dba0f0
-.B /etc/mtab
dba0f0
-default filesystems
dba0f0
-.PD
dba0f0
-.SH "SEE ALSO"
dba0f0
-.BR quota (1),
dba0f0
-.BR rpc (3),
dba0f0
-.BR nfs (5),
dba0f0
-.BR services (5),
dba0f0
-.BR inetd (8)
dba0f0
-- 
dba0f0
1.8.3.1
dba0f0