summaryrefslogtreecommitdiff
path: root/net/rdist6/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix patch-ae to compare the specified rsh-equivalent with "/usr/bin/rsh" insteadMikhail Teterin2005-10-281-1/+1
| | | | | | | | | | | | | | | of the compiled in _PATH_REMSH, which is now ssh. This allows some users to still specify /usr/bin/rsh and (if they run as root) have the program use rcmd(), while solving the problems like that in the PR: 79093 Submitted by: Alex Deiter Bump PORTREVISION. Notes: svn path=/head/; revision=146616
* Fix warnings. Default to ssh. Don't insist, that the remote hostnameMikhail Teterin2005-02-046-11/+167
| | | | | | | | | | | resolves -- it may be an entry from ssh's config file. Use ftruncate -- we have it. Bump PORTREVISION. Skimmed over by: peter (past maintainer) Notes: svn path=/head/; revision=128009
* accounts with a . are validTilman Keskinoz2003-03-231-0/+11
| | | | | | | | | | strip -> ${STRIP_CMD} while i'm here PR:i 31462 Submitted by: pirzyk Notes: svn path=/head/; revision=77322
* Fix conflict with package supplied setproctitle() and our native one.David E. O'Brien2000-11-033-19/+49
| | | | Notes: svn path=/head/; revision=34718
* Tell the build process that we have paths.h so we get the correctSteve Price1999-12-311-4/+14
| | | | | | | | | path to sendmail compiled into the rdist6 binary. PR: 14548 Notes: svn path=/head/; revision=24324
* kludge so that the os detection doesn't think freebsd4.0 is svr4.Peter Wemm1999-03-221-3/+12
| | | | Notes: svn path=/head/; revision=17338
* Unbreak for >= 3.0.Peter Wemm1999-02-041-0/+23
| | | | Notes: svn path=/head/; revision=16530
* Master site changed.Peter Wemm1998-06-222-10/+4
| | | | | | | | | Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker Notes: svn path=/head/; revision=11481
* Don't connect the network socket to stderr, this achieves nothing, butPeter Wemm1996-12-101-0/+9
| | | | | | | | | prevents the connecting daemon (eg: ssh) asking for passwords etc. Obtained from: ssh FAQ, Thomas Koenig <ciw.uni-karlsruhe.de> Notes: svn path=/head/; revision=4920
* treat freebsd3.0 just like freebsd2.xPeter Wemm1996-12-101-0/+11
| | | | Notes: svn path=/head/; revision=4919
* Ack, last commit was bogus. Serves me right for making "just one tinyPeter Wemm1996-09-211-2/+2
| | | | | | | | | change" after I tested it. Sigh. While here, make a tweakable hook to change the name from rdist6 to rdist. Notes: svn path=/head/; revision=3829
* Update to rdist-6.1.3. The only major thing changed seems to be twoPeter Wemm1996-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. Notes: svn path=/head/; revision=3828
* aargh, I forgot to commit this. This fixes an optimization originallyPeter Wemm1996-08-161-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). Notes: svn path=/head/; revision=3624
* Update rdist-6.1.0 -> rdist-6.1.2Peter Wemm1996-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.. Notes: svn path=/head/; revision=3102
* Make the rdist-6.1.0 client executable and manpages install as "rdist6"Peter Wemm1995-08-201-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. Notes: svn path=/head/; revision=2085
* Port of rdist-6.1.0Peter Wemm1995-08-192-0/+88
Partly based on work by Deborah Bennett, partly from my version. Notes: svn path=/head/; revision=2081