diff options
| author | fukachan <fukachan> | 2008-08-07 01:01:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-07 01:01:56 +0000 |
| commit | 11923edaaa9771b4be42099e42973cb02b0a2f22 (patch) | |
| tree | 2c4c05e89a03ecc865729e6f8675a387f9a91fb1 /fml/bin | |
| parent | ed27777efc5ee98e5a02d84990270a4c806e0620 (diff) | |
| download | fml8-11923edaaa9771b4be42099e42973cb02b0a2f22.tar.gz fml8-11923edaaa9771b4be42099e42973cb02b0a2f22.tar.bz2 fml8-11923edaaa9771b4be42099e42973cb02b0a2f22.zip | |
anoncvs implementation changed: permit cvs over ssh for anobody
Diffstat (limited to 'fml/bin')
| -rwxr-xr-x | fml/bin/anoncvs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/bin/anoncvs b/fml/bin/anoncvs index 2fb59d42..62b09f72 100755 --- a/fml/bin/anoncvs +++ b/fml/bin/anoncvs @@ -1,12 +1,12 @@ #!/bin/sh # -# Copyright (C) 2000,2002 Ken'ichi Fukamachi +# Copyright (C) 2000,2002,2008 Ken'ichi Fukamachi # All rights reserved. # -# $FML$ +# $FML: anoncvs,v 1.1 2002/04/11 08:52:11 fukachan Exp $ # -exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $* +exec cvs -d anoncvs@anoncvs.fml.org:/cvsroot $* # not reached here echo cannot exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $* |
