summaryrefslogtreecommitdiff
path: root/net/rdist6 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21126
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-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 Notes: svn path=/head/; revision=19803
1999-05-03WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1-2/+2
Notes: svn path=/head/; revision=18431
1999-03-22kludge so that the os detection doesn't think freebsd4.0 is svr4.Peter Wemm1-3/+12
Notes: svn path=/head/; revision=17338
1999-03-22Update 6.1.4 -> 6.1.5Peter Wemm2-4/+4
Notes: svn path=/head/; revision=17337
1999-02-04Unbreak for >= 3.0.Peter Wemm2-5/+24
Notes: svn path=/head/; revision=16530
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-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.) Notes: svn path=/head/; revision=14465
1998-10-14Mark BROKEN for CURRENT:Justin M. Seger1-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 Notes: svn path=/head/; revision=13972
1998-08-22Don't force the user to edit pkg/PLIST manuall. Don't use += onTim Vanderhoek2-5/+5
first occurence of MAKE_ENV. Notes: svn path=/head/; revision=12718
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1-2/+0
Notes: svn path=/head/; revision=12624
1998-06-22Trim DESCR a bit. Point to new rdist home; http://www.magnicomp.com/Peter Wemm1-101/+1
Notes: svn path=/head/; revision=11482
1998-06-22Master site changed.Peter Wemm4-18/+11
Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker Notes: svn path=/head/; revision=11481
1998-01-21Work around the new BRAIN-DEAD patch in -current. Tell it to look atPeter Wemm1-1/+4
the Index: lines according to POSIX. Notes: svn path=/head/; revision=9385
1996-12-10Don't connect the network socket to stderr, this achieves nothing, butPeter Wemm1-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
1996-12-10treat freebsd3.0 just like freebsd2.xPeter Wemm1-0/+11
Notes: svn path=/head/; revision=4919
1996-12-01General Makefile cleanupDavid E. O'Brien1-3/+3
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-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. Notes: svn path=/head/; revision=4578
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4575
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1-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. Notes: svn path=/head/; revision=4440
1996-09-21Ack, last commit was bogus. Serves me right for making "just one tinyPeter Wemm2-6/+11
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
1996-09-21Update to rdist-6.1.3. The only major thing changed seems to be twoPeter Wemm3-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. Notes: svn path=/head/; revision=3828
1996-08-16aargh, I forgot to commit this. This fixes an optimization originallyPeter Wemm1-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
1996-05-17Update rdist-6.1.0 -> rdist-6.1.2Peter Wemm6-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.. Notes: svn path=/head/; revision=3102
1995-11-27Change "networking" to "net".Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=2485
1995-10-06Cleanup.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=2281
1995-08-21Compress manpages, strip binaries.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=2090
1995-08-21Compress manpages, strip binaries.Satoshi Asami1-1/+9
Notes: svn path=/head/; revision=2089
1995-08-20Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1Peter Wemm1-2/+2
Notes: svn path=/head/; revision=2087
1995-08-20Correct a spelling error, and set MAINTAINERPeter Wemm1-2/+3
Notes: svn path=/head/; revision=2086
1995-08-20Make the rdist-6.1.0 client executable and manpages install as "rdist6"Peter Wemm1-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
1995-08-19Port of rdist-6.1.0Peter Wemm7-0/+240
Partly based on work by Deborah Bennett, partly from my version. Notes: svn path=/head/; revision=2081