freebsd-dev/usr.bin/csup
Adrian Chadd c6ae748382 Handle the situation where fixups_close() has been called but more fixups
are still available on the queue.

Without this, the fixups producer/consumer pipeline will artifically terminate
before all of the fixups have been processed, leading to incomplete updates
and generally quite unhappy users.

Submitted by:	mux
2011-10-04 14:26:45 +00:00
..
attrstack.c
attrstack.h
auth.c Fix typos in error messages. 2011-09-13 20:35:34 +00:00
auth.h
config.c
config.h
cpasswd.1 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
cpasswd.sh
csup.1 Don't point users at the old csup homepage. 2010-08-05 18:26:03 +00:00
detailer.c
detailer.h
diff.c Include limits.h instead of sys/limits.h to improve portability. 2011-09-28 17:03:49 +00:00
diff.h
fattr_bsd.h
fattr_posix.h
fattr.c
fattr.h
fixups.c Handle the situation where fixups_close() has been called but more fixups 2011-10-04 14:26:45 +00:00
fixups.h
fnmatch.c Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
fnmatch.h Remove the advertising clause from UCB copyrighted files in usr.bin. This 2010-12-11 08:32:16 +00:00
globtree.c
globtree.h
idcache.c
idcache.h
keyword.c
keyword.h
lex.rcs.c
lister.c
lister.h
main.c Don't point users at the old csup homepage. 2010-08-05 18:26:03 +00:00
main.h
Makefile - Include CURDIR in case the makefile is not run from the same directory. 2010-03-03 16:45:58 +00:00
misc.c
misc.h
mux.c
mux.h
parse.y
pathcomp.c
pathcomp.h
proto.c
proto.h
queue.h
rcsfile.c - Signal that data should not be modified. 2010-12-18 20:43:18 +00:00
rcsfile.h - Signal that data should not be modified. 2010-12-18 20:43:18 +00:00
rcsparse.c If an RCS file is truncated, rcsfile_getdelta() will return NULL. Instead 2010-09-30 14:28:48 +00:00
rcsparse.h
rcstokenizer.h
rcstokenizer.l
README
rsyncfile.c
rsyncfile.h
status.c
status.h
stream.c
stream.h
threads.c
threads.h
TODO - Unmark authentication support as a TODO item. 2010-03-02 07:37:35 +00:00
token.h
token.l
updater.c Update the comment to reflect what is actually going on. 2011-10-04 14:25:10 +00:00
updater.h

$FreeBSD$

Authors
-------

CVSup was originally written in Modula-3 by
	John Polstra <jdp@polstra.com>.

Csup is a rewrite of CVSup in C.  It has been mostly written by
	Maxime Henrion <mux@FreeBSD.org>.

A few contributors have helped him in his task and they are listed here in
alphabetical order :

	Olivier Houchard <cognet@FreeBSD.org>
	Ulf Lilleengen <lulf@kerneled.org>
	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
	Etienne Vidal <etienne.vidal@gmail.com>


Building & Installing
---------------------

Csup should build and run fine under any *BSD OS (that includes FreeBSD,
NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
have a problem building from source, drop me a mail!

There is one Makefile specifically tailored for *BSD systems named
Makefile and another one that is gmake-specific for Darwin and Linux
users named GNUmakefile.  You don't really need to worry about that
since whatever your "make" command is, it should pick up the correct
Makefile.

As usual, to build the source code, just run "make".  Once this is done,
just run "make install" to install the binary and manual page.

Be warned however that if the packaging system of your OS knows about
csup, it is certainly better to install it from there rather than by
hand, so that it can then be properly deinstalled.