NameDateSize

..17-May-2019266

attrstack.cH A D17-May-20192.3 KiB

attrstack.hH A D17-May-20191.7 KiB

auth.cH A D17-May-20199.1 KiB

auth.hH A D17-May-20191.6 KiB

config.cH A D17-May-201914.4 KiB

config.hH A D17-May-20193.8 KiB

cpasswd.1H A D17-May-20193.9 KiB

cpasswd.shH A D17-May-20193 KiB

csup.1H A D17-May-201927.1 KiB

detailer.cH A D17-May-201915.9 KiB

detailer.hH A D17-May-20191.5 KiB

diff.cH A D17-May-201910.3 KiB

diff.hH A D17-May-20192.2 KiB

fattr.cH A D17-May-201922.1 KiB

fattr.hH A D17-May-20194.4 KiB

fattr_bsd.hH A D17-May-20192.2 KiB

fattr_posix.hH A D17-May-20191.9 KiB

fixups.cH A D17-May-20194.7 KiB

fixups.hH A D17-May-20191.9 KiB

fnmatch.cH A D17-May-20195.7 KiB

fnmatch.hH A D17-May-20192.4 KiB

globtree.cH A D17-May-20199 KiB

globtree.hH A D17-May-20192 KiB

idcache.cH A D17-May-201910.5 KiB

idcache.hH A D17-May-20191.7 KiB

keyword.cH A D17-May-201912.2 KiB

keyword.hH A D17-May-20192.2 KiB

lex.rcs.cH A D17-May-201959.4 KiB

lister.cH A D17-May-201915 KiB

lister.hH A D17-May-20191.5 KiB

main.cH A D17-May-20199.2 KiB

main.hH A D17-May-20191.4 KiB

MakefileH A D17-May-2019630

misc.cH A D17-May-201912.4 KiB

misc.hH A D17-May-20194.5 KiB

mux.cH A D17-May-201925.8 KiB

mux.hH A D17-May-20191.9 KiB

parse.yH A D17-May-20192 KiB

pathcomp.cH A D17-May-20194.3 KiB

pathcomp.hH A D17-May-20191.8 KiB

proto.cH A D17-May-201924.1 KiB

proto.hH A D17-May-20191.9 KiB

queue.hH A D17-May-20197.2 KiB

rcsfile.cH A D17-May-201933.4 KiB

rcsfile.hH A D17-May-20193.1 KiB

rcsparse.cH A D17-May-20198.5 KiB

rcsparse.hH A D17-May-20191.7 KiB

rcstokenizer.hH A D17-May-20197.9 KiB

rcstokenizer.lH A D17-May-20192.2 KiB

READMEH A D17-May-20191.4 KiB

rsyncfile.cH A D17-May-20195 KiB

rsyncfile.hH A D17-May-20191.8 KiB

status.cH A D17-May-201919.8 KiB

status.hH A D17-May-20192.6 KiB

stream.cH A D17-May-201928.8 KiB

stream.hH A D17-May-20193.3 KiB

threads.cH A D17-May-20194.8 KiB

threads.hH A D17-May-20191.7 KiB

TODOH A D17-May-20191.4 KiB

token.hH A D17-May-20191.8 KiB

token.lH A D17-May-20192.5 KiB

updater.cH A D17-May-201953.7 KiB

updater.hH A D17-May-20191.5 KiB

README

1$FreeBSD: releng/10.2/usr.bin/csup/README 204556 2010-03-02 07:26:07Z lulf $
2
3Authors
4-------
5
6CVSup was originally written in Modula-3 by
7	John Polstra <jdp@polstra.com>.
8
9Csup is a rewrite of CVSup in C.  It has been mostly written by
10	Maxime Henrion <mux@FreeBSD.org>.
11
12A few contributors have helped him in his task and they are listed here in
13alphabetical order :
14
15	Olivier Houchard <cognet@FreeBSD.org>
16	Ulf Lilleengen <lulf@kerneled.org>
17	Christoph Mathys <cmathys@bluewin.ch>	(Google SoC Project)
18	Etienne Vidal <etienne.vidal@gmail.com>
19
20
21Building & Installing
22---------------------
23
24Csup should build and run fine under any *BSD OS (that includes FreeBSD,
25NetBSD, OpenBSD and DragonFlyBSD), as well as Linux and Darwin.  If you
26have a problem building from source, drop me a mail!
27
28There is one Makefile specifically tailored for *BSD systems named
29Makefile and another one that is gmake-specific for Darwin and Linux
30users named GNUmakefile.  You don't really need to worry about that
31since whatever your "make" command is, it should pick up the correct
32Makefile.
33
34As usual, to build the source code, just run "make".  Once this is done,
35just run "make install" to install the binary and manual page.
36
37Be warned however that if the packaging system of your OS knows about
38csup, it is certainly better to install it from there rather than by
39hand, so that it can then be properly deinstalled.
40