aboutsummaryrefslogtreecommitdiff
path: root/tests/etc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-21 15:57:21 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-21 15:57:57 +0200
commit43ba0c3da9ff8913f0286a01a82875fa59601dc0 (patch)
treefac6765cc2fb90ae39f5eb47d2c41abcaf93fb6d /tests/etc
parent30e1c54062fe7098b9c71601370df1ce27f873d3 (diff)
downloadwydawca-43ba0c3da9ff8913f0286a01a82875fa59601dc0.tar.gz
wydawca-43ba0c3da9ff8913f0286a01a82875fa59601dc0.tar.bz2
Namespace cleanup.
Rename "access method" to "dictionary". All sources affected. * src/method.c: renamed to... * src/dictionary.c: ... this.
Diffstat (limited to 'tests/etc')
-rw-r--r--tests/etc/wydawca.rcin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/etc/wydawca.rcin b/tests/etc/wydawca.rcin
index 2ac40e9..54c1dc7 100644
--- a/tests/etc/wydawca.rcin
+++ b/tests/etc/wydawca.rcin
@@ -17,20 +17,20 @@
statistics all;
umask 022;
locking no;
-access-method project-owner {
+dictionary project-owner {
type builtin;
query "${project}";
params ("/exact",
"proj", "proj-owner@localhost", "Project Admin");
}
-access-method project-uploader {
+dictionary project-uploader {
type builtin;
query "${project}";
params ("/exact",
"proj", "gray", "Wydawca Test User", "gray@localhost",
"-----BEGIN PGP PUBLIC KEY BLOCK-----\n"
"Version: GnuPG v1.4.7 (GNU/Linux)\n"

Return to:

Send suggestions and report system problems to the System administrator.