diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-09-09 17:48:37 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-09-09 17:48:37 +0000 |
commit | 08edbbbd2b55649442507b7fc68282c87ad1a693 (patch) | |
tree | 6398eaabd232d3608e55639c8ac9eaf305b4070b /devel/cvsync | |
parent | 4ee731fb759602f837f3535edb6b4f051632c9ed (diff) | |
download | pkgsrc-08edbbbd2b55649442507b7fc68282c87ad1a693.tar.gz |
cvsync 0.24.6
Changes:
* New feature: specify configurations in command line. (client)
URI Syntax:
cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]
Samples:
cvsync://some.where/
Retrieves the collections list.
cvsync://some.where/foo/rcs/?prefix=/localsrc
Retrieves the collection foo/rcs under /localsrc.
The documentation is not prepared yet.
* Fix a bug to fail to execute in background when use an option -p
to specify a file name to store a PID number and it is a relative
path. (server)
* Add samples to distribute NetBSD/OpenBSD CVS repositories.
Diffstat (limited to 'devel/cvsync')
-rw-r--r-- | devel/cvsync/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsync/PLIST b/devel/cvsync/PLIST index 426288344db..b2f4eaf9ba0 100644 --- a/devel/cvsync/PLIST +++ b/devel/cvsync/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/20 12:58:49 gehenna Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/09 17:48:37 gehenna Exp $ bin/cvscan bin/cvsync bin/cvsyncd @@ -10,5 +10,7 @@ man/man1/cvsyncd.1 man/man1/rcscan.1 man/man1/rcscmp.1 share/examples/cvsync/cvsync.conf +share/examples/cvsync/cvsyncd-NetBSD.conf +share/examples/cvsync/cvsyncd-OpenBSD.conf share/examples/cvsync/cvsyncd.conf @dirrm share/examples/cvsync |