aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--anoncvssh.c2
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 <bsd.prog.mk>
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
/*