]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-man-page-rmtsysd-20090518
authorSteven Jenkins <steven@endpoint.com>
Tue, 19 May 2009 00:35:12 +0000 (00:35 +0000)
committerRuss Allbery <rra@stanford.edu>
Tue, 19 May 2009 00:35:12 +0000 (00:35 +0000)
LICENSE IPL10
FIXES 124792

New man page for rmtsysd.

(cherry picked from commit 921774594faead45f9432af218c5f9f394a03204)

doc/man-pages/README
doc/man-pages/pod8/rmtsysd.pod [new file with mode: 0644]

index defc9ba05d6455250dec475d7300c3518e529f47..8d8c531c498c5adad515a3f4bc82c9ea9b954a07 100644 (file)
@@ -234,7 +234,6 @@ Known Problems
        klog.krb
        krb.conf
        pagsh.krb
-       rmtsysd
        tokens.krb
        vsys
 
diff --git a/doc/man-pages/pod8/rmtsysd.pod b/doc/man-pages/pod8/rmtsysd.pod
new file mode 100644 (file)
index 0000000..2d1d42a
--- /dev/null
@@ -0,0 +1,41 @@
+=head1 NAME
+
+rmtsysd - Daemon to execute AFS-specific system calls for remote hosts
+
+=head1 SYNOPSIS
+
+=for html
+<div class="synopsis">
+
+B<rmtsysd>
+
+=for html
+</div>
+
+=head1 DESCRIPTION
+
+B<rmtsysd> is a daemon to execute AFS-specific system calls on behalf of
+NFS client machines.  This daemon only needs to be started if the machine
+is an NFS/AFS translator server for users of NFS client machines who
+execute AFS commands.
+
+=head1 CAUTIONS
+
+The protocol used by this daemon is not considered secure, so this should
+not be used in an environment where security is important.
+
+=head1 PRIVILEGE REQUIRED
+
+The issuer must be logged in as the local superuser root.
+
+=head1 SEE ALSO
+
+L<afsd(8)>
+
+=head1 COPYRIGHT
+
+Copyright 2009 Steven Jenkins <steven@endpoint.com>
+
+This documentation is covered by the BSD License as written in the
+doc/LICENSE file. This man page was written by Steven Jenkins for
+OpenAFS.