aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-02-15 09:55:50 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-02-15 09:55:50 +0000
commitc0d8cea31c4dfc3ccc2bc1d42e38b480e0e5315b (patch)
tree4b5654c1e22e8091b1696a0db5d7be1ae9eabb67
parentad3eac4f3956eaff6b10e2944bccc3263797e4d4 (diff)
sync and localize
-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 *[]));