From b808e98957439f20f5c17cd32a5f011f4d239666 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 6 May 2009 01:19:51 +0000 Subject: local settings --- Makefile | 2 +- anoncvssh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c9f7be..2c6c1de 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROG= anoncvssh BINOWN= root BINMODE=4111 -BINDIR=/open +BINDIR=/cvsroot NOMAN= .include diff --git a/anoncvssh.c b/anoncvssh.c index 0832b8c..d225466 100644 --- a/anoncvssh.c +++ b/anoncvssh.c @@ -60,7 +60,7 @@ * Hostname to be used when accessing the remote repository. */ #ifndef HOSTNAME -#define HOSTNAME "anoncvs1.usa.openbsd.org" +#define HOSTNAME "anoncvs.dim13.org" #endif /* -- cgit v1.2.3