aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-19 02:33:23 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-19 02:33:23 +0200
commit288ad3a8baf196011e791988b3251bbedb5f6cc2 (patch)
tree5215a3a561eec921df9a68c978f56fd0eb9f51ac /src/config.c
parent8c4ab07dbf003ba07bec6e77fd803b9c54b91e52 (diff)
downloadwydawca-288ad3a8baf196011e791988b3251bbedb5f6cc2.tar.gz
wydawca-288ad3a8baf196011e791988b3251bbedb5f6cc2.tar.bz2
Lots of bugfixes + new testsuite
* configure.ac: Disable sendfile by default. * src/builtin.c (builtin_run): Fix value returned of failure. * src/config.c (target_args): Fix ordering * src/meta.c (meta_expand_string): Fix handling of unexpanded macros. * src/triplet.c (fill_user_data): Fix conditional. * src/verify.c (make_default_meta): Fix trailing null. * tests/.gitignore: Add source and dest * tests/Makefile.am (EXTRA_DIST): Add dist. (TESTSUITE_AT): Add new tests. * tests/atlocal.in: Update. * etc/.gitignore: Add wydawca.rc * tests/etc/Makefile.am: Add wydawca.rcin * tests/testsuite.at: Add new tests * tests/dist/file: New file. * tests/dist/file.directive.asc: New file. * tests/dist/file.sig: New file. * tests/etc/notify.rc: New file. * tests/etc/nullmail: New file. * tests/etc/wydawca.rcin: New file. * tests/notify-upl.at: New file. * tests/upload-dry.at: New file. * tests/upload.at: New file.
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 6b3c89a..d2b0154 100644
--- a/src/config.c
+++ b/src/config.c
@@ -182,8 +182,8 @@ string_to_notification_event (gconf_locus_t *locus, const char *val,
static const char *target_args[] = {
"admin",
- "user",
"owner",
+ "user",
NULL
};

Return to:

Send suggestions and report system problems to the System administrator.