aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--anoncvssh.c4
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 *[]));