1*ced0a636Stedu.\" $OpenBSD: rdistd.1,v 1.11 2014/04/19 18:11:19 tedu Exp $ 2fdd8ad51Sdm.\" 3fdd8ad51Sdm.\" Copyright (c) 1983 Regents of the University of California. 4fdd8ad51Sdm.\" All rights reserved. 5fdd8ad51Sdm.\" 6fdd8ad51Sdm.\" Redistribution and use in source and binary forms, with or without 7fdd8ad51Sdm.\" modification, are permitted provided that the following conditions 8fdd8ad51Sdm.\" are met: 9fdd8ad51Sdm.\" 1. Redistributions of source code must retain the above copyright 10fdd8ad51Sdm.\" notice, this list of conditions and the following disclaimer. 11fdd8ad51Sdm.\" 2. Redistributions in binary form must reproduce the above copyright 12fdd8ad51Sdm.\" notice, this list of conditions and the following disclaimer in the 13fdd8ad51Sdm.\" documentation and/or other materials provided with the distribution. 14f75387cbSmillert.\" 3. Neither the name of the University nor the names of its contributors 15fdd8ad51Sdm.\" may be used to endorse or promote products derived from this software 16fdd8ad51Sdm.\" without specific prior written permission. 17fdd8ad51Sdm.\" 18fdd8ad51Sdm.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 19fdd8ad51Sdm.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20fdd8ad51Sdm.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21fdd8ad51Sdm.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 22fdd8ad51Sdm.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23fdd8ad51Sdm.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 24fdd8ad51Sdm.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25fdd8ad51Sdm.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26fdd8ad51Sdm.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27fdd8ad51Sdm.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28fdd8ad51Sdm.\" SUCH DAMAGE. 29fdd8ad51Sdm.\" 3050ca58aaSmillert.\" $From: rdistd.man,v 6.2 1994/02/08 22:17:17 mcooper Exp $ 31fdd8ad51Sdm.\" @(#)rdistd.8 6.6 (Berkeley) 5/13/86 32fdd8ad51Sdm.\" 33*ced0a636Stedu.Dd $Mdocdate: April 19 2014 $ 34f07c0219Sjmc.Dt RDISTD 1 3550ca58aaSmillert.Os 3650ca58aaSmillert.Sh NAME 3750ca58aaSmillert.Nm rdistd 3850ca58aaSmillert.Nd remote file distribution server program 3950ca58aaSmillert.Sh SYNOPSIS 4050ca58aaSmillert.Nm rdistd 41657c96c1Sjmc.Op Fl DV 4250ca58aaSmillert.Fl S 4350ca58aaSmillert.Sh DESCRIPTION 4450ca58aaSmillert.Nm 45fdd8ad51Sdmis the server program for the 4650ca58aaSmillert.Xr rdist 1 47fdd8ad51Sdmcommand. 48fdd8ad51SdmIt is normally run by 4950ca58aaSmillert.Em rdist 50fdd8ad51Sdmvia 5150ca58aaSmillert.Xr ssh 1 . 5250ca58aaSmillert.Pp 5350ca58aaSmillertThe options are as follows: 5450ca58aaSmillert.Bl -tag -width Ds 5550ca58aaSmillert.It Fl D 56fdd8ad51SdmEnable debugging messages. 57fdd8ad51SdmMessages are logged via 5850ca58aaSmillert.Xr syslog 3 . 5950ca58aaSmillert.It Fl S 6050ca58aaSmillertThis argument must be specified for normal usage. 6150ca58aaSmillertIt exists to prevent the accidental execution of 6250ca58aaSmillert.Nm 6350ca58aaSmillertsince it usually resides somewhere in a normal user's 6450ca58aaSmillert.Ev PATH . 6550ca58aaSmillert.It Fl V 66fdd8ad51SdmPrint version information and exit. 6750ca58aaSmillert.El 6850ca58aaSmillert.Sh SEE ALSO 6950ca58aaSmillert.Xr rdist 1 , 7050ca58aaSmillert.Xr ssh 1 71