CVS: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
* udp-relay | * udp-relay | ||
* UFxp | * UFxp | ||
If you wish to use autoconf to compile it, it is very likely you need to execute: | |||
autoreconf --force --install | |||
Before you can run '''./configure'''. |
Revision as of 02:35, 27 June 2008
Anonymous CVS is now set up.
For CVS, set env var CVSROOT to ":pserver:anoncvs@lundman.net:/home/cvsroot" and the password is "anoncvs".
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" login
password: anoncvs
% cvs -d ":pserver:anoncvs@lundman.net:/home/cvsroot" checkout module
Where module is one of: (Case Sensitive)
- lundftpd
- lundfxp
- FXP.One
- llink
- l4ip
- lmirror
- ssl-lbnc
- lion
- mmail
- udp-relay
- UFxp
If you wish to use autoconf to compile it, it is very likely you need to execute:
autoreconf --force --install
Before you can run ./configure.