summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@annarchy.freedesktop.org>2006-03-19 07:59:18 +1100
committerroot <root@annarchy.freedesktop.org>2006-03-19 07:59:18 +1100
commit8ae8266148b5e450cbf3782dfb4d78cee7358333 (patch)
tree3cef1a2d41f1e786f23df298707fb0880d3279c9
parent06d14bf7242b64b0cac7a23692fef0978b74970b (diff)
add anonsvn.fd.o to rsync roots
-rw-r--r--ssh-bleach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-bleach.c b/ssh-bleach.c
index a0ffbc9..6c990b5 100644
--- a/ssh-bleach.c
+++ b/ssh-bleach.c
@@ -113,7 +113,7 @@ struct {
char *allowed_roots[16];
} annarchy_rsync_users[] = {
{ "kemper-cvs",
- { "/srv/anoncvs.freedesktop.org/", "/srv/anongit.freedesktop.org", NULL }
+ { "/srv/anoncvs.freedesktop.org/", "/srv/anongit.freedesktop.org", "/srv/anonsvn.freedesktop.org", NULL }
},
{ NULL, { NULL } }
};