[BACK]Return to rdistd.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdistd

Annotation of src/usr.bin/rdistd/rdistd.1, Revision 1.5

1.5     ! aaron       1: .\" $OpenBSD: rdistd.1,v 1.4 1998/06/26 21:20:50 millert Exp $
1.1       dm          2: .\"
                      3: .\" Copyright (c) 1983 Regents of the University of California.
                      4: .\" All rights reserved.
                      5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
                     14: .\" 3. All advertising materials mentioning features or use of this software
                     15: .\"    must display the following acknowledgement:
                     16: .\"    This product includes software developed by the University of
                     17: .\"    California, Berkeley and its contributors.
                     18: .\" 4. Neither the name of the University nor the names of its contributors
                     19: .\"    may be used to endorse or promote products derived from this software
                     20: .\"    without specific prior written permission.
                     21: .\"
                     22: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     23: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     24: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     25: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     26: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     27: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     28: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     29: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     30: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     31: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     32: .\" SUCH DAMAGE.
                     33: .\"
1.4       millert    34: .\"    $From: rdistd.man,v 6.2 1994/02/08 22:17:17 mcooper Exp mcooper $
1.1       dm         35: .\"    @(#)rdistd.8    6.6 (Berkeley) 5/13/86
                     36: .\"
                     37: .TH RDISTD 8 "June 21, 1992"
                     38: .UC 6
                     39: .SH NAME
                     40: rdistd \- remote file distribution server program
                     41: .SH SYNOPSIS
                     42: .B rdistd
                     43: .B \-S
                     44: [
                     45: .B \-D
                     46: ]
                     47: .PP
                     48: .B rdistd
                     49: .B \-V
                     50: .SH DESCRIPTION
                     51: .I Rdistd
                     52: is the server program for the
                     53: .I rdist
                     54: command.
                     55: It is normally run by
                     56: .I rdist
                     57: via
                     58: .I rsh(1).
                     59: .PP
                     60: The
                     61: .B \-S
                     62: argument must be specified.
                     63: The option is required so that
                     64: .I rdistd
1.5     ! aaron      65: is not accidentally started
1.1       dm         66: since
                     67: it
                     68: normally resides somewhere in a normal user's
                     69: .B $PATH.
                     70: .SH OPTIONS
                     71: .TP
                     72: .B \-D
                     73: Enable debugging messages.
                     74: Messages are logged via
                     75: .I syslog(3).
                     76: .TP
                     77: .B \-V
                     78: Print version information and exit.
                     79: .SH FILES
                     80: .SH "SEE ALSO"
                     81: rdist(1), rsh(1)
                     82: .SH BUGS
                     83:
                     84: