aboutsummaryrefslogtreecommitdiff
path: root/anoncvssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'anoncvssh.c')
-rw-r--r--anoncvssh.c4
1 files changed, 2 insertions, 2 deletions
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 *[]));