File patch-cyrus-rename-quota of Package cyrus-imapd-3
14
1
diff --git a/imap/imapd.c b/imap/imapd.c
2
index 3cc75f5..a22a356 100644
3
--- a/imap/imapd.c
4
+++ b/imap/imapd.c
5
@@ -8022,7 +8022,7 @@ static void cmd_reconstruct(const char *tag, const char *name, int recursive)
6
fclose(stdout);
7
fclose(stderr);
8
9
- ret = snprintf(buf, sizeof(buf), "%s/quota", SBIN_DIR);
10
+ ret = snprintf(buf, sizeof(buf), "%s/cyr_quota", SBIN_DIR);
11
if(ret < 0 || ret >= (int) sizeof(buf)) {
12
/* in child, so fatailing won't disconnect our user */
13
fatal("quota buffer not sufficiently big", EX_CONFIG);
14