diff options
| author | Ken'ichi Fukamachi <fukachan@fml.org> | 2018-08-01 18:28:15 +0900 |
|---|---|---|
| committer | Ken'ichi Fukamachi <fukachan@fml.org> | 2018-08-01 18:28:15 +0900 |
| commit | 4abd8713c906d97de63a9d88ed7aa0d84eda0f28 (patch) | |
| tree | aaa891a0949d96df9e3011c132c5a7dc5ff40135 | |
| parent | 048154fe0496fb85a638c8eb65bb0e36c28ea4cf (diff) | |
| download | fml8-4abd8713c906d97de63a9d88ed7aa0d84eda0f28.tar.gz fml8-4abd8713c906d97de63a9d88ed7aa0d84eda0f28.tar.bz2 fml8-4abd8713c906d97de63a9d88ed7aa0d84eda0f28.zip | |
obsolete due to scm changes (cvs to git(github))
| -rwxr-xr-x | fml/bin/anoncvs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fml/bin/anoncvs b/fml/bin/anoncvs deleted file mode 100755 index 62b09f72..00000000 --- a/fml/bin/anoncvs +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2000,2002,2008 Ken'ichi Fukamachi -# All rights reserved. -# -# $FML: anoncvs,v 1.1 2002/04/11 08:52:11 fukachan Exp $ -# - -exec cvs -d anoncvs@anoncvs.fml.org:/cvsroot $* - -# not reached here -echo cannot exec cvs -d :pserver:anoncvs@anoncvs.fml.org:/exports/cvsroot $* -exit 1 |
