aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdist6/files
Commit message (Collapse)AuthorAgeFilesLines
* Tell the build process that we have paths.h so we get the correctsteve2000-01-011-4/+14
| | | | | | path to sendmail compiled into the rdist6 binary. PR: 14548
* kludge so that the os detection doesn't think freebsd4.0 is svr4.peter1999-03-221-3/+12
|
* Unbreak for >= 3.0.peter1999-02-041-0/+23
|
* Master site changed.peter1998-06-222-10/+4
| | | | | | Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker
* Don't connect the network socket to stderr, this achieves nothing, butpeter1996-12-111-0/+9
| | | | | | prevents the connecting daemon (eg: ssh) asking for passwords etc. Obtained from: ssh FAQ, Thomas Koenig <ciw.uni-karlsruhe.de>
* treat freebsd3.0 just like freebsd2.xpeter1996-12-111-0/+11
|
* Ack, last commit was bogus. Serves me right for making "just one tinypeter1996-09-211-2/+2
| | | | | | change" after I tested it. Sigh. While here, make a tweakable hook to change the name from rdist6 to rdist.
* Update to rdist-6.1.3. The only major thing changed seems to be twopeter1996-09-211-3/+3
| | | | | | | | | | | buffer overflow problems, which shouldn't be an issue since it's not setuid. While here, do not hardcode /usr/local, use $(PREFIX). Do not patch the install target so that 'make install' does the man pages, add install.man to the ${INSTALL_TARGET} variable so that both "install" and "install.man" are done. This reduces the diff to the base source a little, but has the same overall effect.
* aargh, I forgot to commit this. This fixes an optimization originallypeter1996-08-171-2/+2
| | | | | for rdist-6.1.0, which is not quite valid on 6.1.2 when used with an alternate rsh-like transport (such as ssh).
* Update rdist-6.1.0 -> rdist-6.1.2peter1996-05-172-14/+38
| | | | | | Among other things, it has pretty much got native FreeBSD support, does not core dump on ^C, some sync problems, uid/gid caching fixes, symlink detection problems, portability to new platforms..
* Make the rdist-6.1.0 client executable and manpages install as "rdist6"peter1995-08-211-7/+4
| | | | | | The server executable is still rdistd, because there is no conflict with the standard rdist, and because it's hardcoded in the other non-freebsd clients that exec it via rsh.
* Port of rdist-6.1.0peter1995-08-192-0/+88
Partly based on work by Deborah Bennett, partly from my version.