Commit Graph

18 Commits

Author SHA1 Message Date
Peter Wemm
0e223d0197 Don't connect the network socket to stderr, this achieves nothing, but
prevents the connecting daemon (eg: ssh) asking for passwords etc.

Obtained from: ssh FAQ, Thomas Koenig <ciw.uni-karlsruhe.de>
1996-12-10 23:38:54 +00:00
Peter Wemm
1befa6384c treat freebsd3.0 just like freebsd2.x 1996-12-10 23:36:02 +00:00
David E. O'Brien
49f337d203 General Makefile cleanup
Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...
1996-12-01 01:23:27 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
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.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Peter Wemm
e88f3d28e7 Ack, last commit was bogus. Serves me right for making "just one tiny
change" after I tested it. Sigh.

While here, make a tweakable hook to change the name from rdist6 to rdist.
1996-09-21 05:29:55 +00:00
Peter Wemm
e7ca1c5ef2 Update to rdist-6.1.3. The only major thing changed seems to be two
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.
1996-09-21 05:12:06 +00:00
Peter Wemm
a8032cb64c aargh, I forgot to commit this. This fixes an optimization originally
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).
1996-08-16 17:05:49 +00:00
Peter Wemm
c51e26b5b6 Update rdist-6.1.0 -> rdist-6.1.2
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..
1996-05-17 11:15:08 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Satoshi Asami
67be7bb8de Cleanup. 1995-10-06 07:00:40 +00:00
Satoshi Asami
d96f2ca661 Compress manpages, strip binaries. 1995-08-21 02:56:36 +00:00
Satoshi Asami
2a9f83162c Compress manpages, strip binaries. 1995-08-21 02:41:46 +00:00
Peter Wemm
07065a4916 Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1 1995-08-20 18:46:07 +00:00
Peter Wemm
18a49df98c Correct a spelling error, and set MAINTAINER 1995-08-20 18:45:21 +00:00
Peter Wemm
f4e9884f94 Make the rdist-6.1.0 client executable and manpages install as "rdist6"
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.
1995-08-20 18:42:59 +00:00
Peter Wemm
e61d9ab4bc Port of rdist-6.1.0
Partly based on work by Deborah Bennett, partly from my version.
1995-08-19 13:51:40 +00:00