Commit Graph

32 Commits

Author SHA1 Message Date
Steve Price
a7f1509769 Tell the build process that we have paths.h so we get the correct
path to sendmail compiled into the rdist6 binary.

PR:		14548
1999-12-31 22:42:40 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Peter Wemm
6be30c4d5c kludge so that the os detection doesn't think freebsd4.0 is svr4. 1999-03-22 02:21:12 +00:00
Peter Wemm
a03de7509a Update 6.1.4 -> 6.1.5 1999-03-22 02:20:27 +00:00
Peter Wemm
28a54d3d14 Unbreak for >= 3.0. 1999-02-04 01:56:42 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
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.)
1998-11-11 05:37:39 +00:00
Justin M. Seger
e63218e8aa Mark BROKEN for CURRENT:
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
1998-10-14 00:10:17 +00:00
Tim Vanderhoek
ca1b9291af Don't force the user to edit pkg/PLIST manuall. Don't use += on
first occurence of MAKE_ENV.
1998-08-22 17:27:00 +00:00
Tim Vanderhoek
26e78bb69f This netted the largest set of mis-installed manpages, yet! 1998-08-18 19:48:45 +00:00
Peter Wemm
dfb62649e7 Trim DESCR a bit. Point to new rdist home; http://www.magnicomp.com/ 1998-06-22 12:17:34 +00:00
Peter Wemm
129124bab3 Master site changed.
Also update 6.1.3 -> 6.1.4.

Nagged by:  Distfile checker
1998-06-22 12:14:10 +00:00
Peter Wemm
be6bdf60a5 Work around the new BRAIN-DEAD patch in -current. Tell it to look at
the Index: lines according to POSIX.
1998-01-21 02:39:56 +00:00
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