aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdist6
Commit message (Collapse)AuthorAgeFilesLines
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-201-6/+1
| | | | with letter n-p
* - Add SHA256pav2005-11-261-0/+1
|
* Fix patch-ae to compare the specified rsh-equivalent with "/usr/bin/rsh" insteadmi2005-10-292-2/+2
| | | | | | | | | | | | 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.
* Remove mastersite that has been retired.linimon2005-08-291-1/+0
|
* Fix warnings. Default to ssh. Don't insist, that the remote hostnamemi2005-02-047-11/+168
| | | | | | | | resolves -- it may be an entry from ssh's config file. Use ftruncate -- we have it. Bump PORTREVISION. Skimmed over by: peter (past maintainer)
* SIZEify.trevor2004-01-301-0/+1
|
* accounts with a . are validarved2003-03-242-2/+13
| | | | | | | strip -> ${STRIP_CMD} while i'm here PR:i 31462 Submitted by: pirzyk
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Return rdist6 to the general poolpeter2003-03-051-1/+1
|
* Mark broken for pre-4.0 (setproctitle stuff)peter2001-03-111-0/+3
|
* Fix conflict with package supplied setproctitle() and our native one.obrien2000-11-033-19/+49
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* 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
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-2/+2
|
* kludge so that the os detection doesn't think freebsd4.0 is svr4.peter1999-03-221-3/+12
|
* Update 6.1.4 -> 6.1.5peter1999-03-222-4/+4
|
* Unbreak for >= 3.0.peter1999-02-042-5/+24
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for CURRENT:jseger1998-10-141-1/+6
| | | | | | | | | | cc -O -pipe -DOS_H=\"os-freebsd2.h\" -I. -I../include -I../config -c filesys-os.c filesys-os.c: In function `getmountent': filesys-os.c:183: `MOUNT_NFS' undeclared (first use this function) filesys-os.c:183: (Each undeclared identifier is reported only once filesys-os.c:183: for each function it appears in.) filesys-os.c:188: warning: unreachable code at beginning of switch statement *** Error code 1
* Don't force the user to edit pkg/PLIST manuall. Don't use += onhoek1998-08-232-5/+5
| | | | first occurence of MAKE_ENV.
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-2/+0
|
* Trim DESCR a bit. Point to new rdist home; http://www.magnicomp.com/peter1998-06-221-101/+1
|
* Master site changed.peter1998-06-224-18/+11
| | | | | | Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker
* Work around the new BRAIN-DEAD patch in -current. Tell it to look atpeter1998-01-211-1/+4
| | | | the Index: lines according to POSIX.
* 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
|
* General Makefile cleanupobrien1996-12-011-3/+3
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-5/+3
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* Ack, last commit was bogus. Serves me right for making "just one tinypeter1996-09-212-6/+11
| | | | | | 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-213-7/+9
| | | | | | | | | | | 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-176-47/+58
| | | | | | 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..
* Change "networking" to "net".asami1995-11-271-2/+2
|
* Cleanup.asami1995-10-061-3/+3
|
* Compress manpages, strip binaries.asami1995-08-211-2/+2
|
* Compress manpages, strip binaries.asami1995-08-211-1/+9
|
* Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1peter1995-08-211-2/+2
|
* Correct a spelling error, and set MAINTAINERpeter1995-08-211-2/+3
|
* 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-197-0/+240
Partly based on work by Deborah Bennett, partly from my version.