summaryrefslogtreecommitdiff
path: root/net/rdist6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General Makefile cleanupDavid E. O'Brien1996-12-011-3/+3
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-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. Notes: svn path=/head/; revision=4440
* Ack, last commit was bogus. Serves me right for making "just one tinyPeter Wemm1996-09-212-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
* Update to rdist-6.1.3. The only major thing changed seems to be twoPeter Wemm1996-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. 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-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.. Notes: svn path=/head/; revision=3102
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* Cleanup.Satoshi Asami1995-10-061-3/+3
| | | | Notes: svn path=/head/; revision=2281
* Compress manpages, strip binaries.Satoshi Asami1995-08-211-2/+2
| | | | Notes: svn path=/head/; revision=2090
* Compress manpages, strip binaries.Satoshi Asami1995-08-211-1/+9
| | | | Notes: svn path=/head/; revision=2089
* Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1Peter Wemm1995-08-201-2/+2
| | | | Notes: svn path=/head/; revision=2087
* Correct a spelling error, and set MAINTAINERPeter Wemm1995-08-201-2/+3
| | | | Notes: svn path=/head/; revision=2086
* 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-197-0/+240
Partly based on work by Deborah Bennett, partly from my version. Notes: svn path=/head/; revision=2081