From c0d8cea31c4dfc3ccc2bc1d42e38b480e0e5315b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 15 Feb 2013 09:55:50 +0000 Subject: sync and localize --- Makefile | 1 - anoncvssh.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 19aff48..3e26750 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -#CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs PROG= anoncvssh BINOWN= root BINMODE=4111 diff --git a/anoncvssh.c b/anoncvssh.c index d225466..ba4ffd1 100644 --- a/anoncvssh.c +++ b/anoncvssh.c @@ -60,7 +60,7 @@ * Hostname to be used when accessing the remote repository. */ #ifndef HOSTNAME -#define HOSTNAME "anoncvs.dim13.org" +#define HOSTNAME "dim13.org" #endif /* @@ -110,7 +110,7 @@ * If you want to be able to run an alternate OpenCVS binary on your * anoncvs server, define OPENCVS_USER as the user who will invoke it. */ -#define OPENCVS_USER "opencvs" +/* #define OPENCVS_USER "opencvs" */ int main __P((int, char *[])); -- cgit v1.2.3