Blame SOURCES/patch-cyrus-rename-quota

d76fc1
diff --git a/imap/imapd.c b/imap/imapd.c
d76fc1
index 3cc75f5..a22a356 100644
d76fc1
--- a/imap/imapd.c
d76fc1
+++ b/imap/imapd.c
d76fc1
@@ -8022,7 +8022,7 @@ static void cmd_reconstruct(const char *tag, const char *name, int recursive)
d76fc1
             fclose(stdout);
d76fc1
             fclose(stderr);
d76fc1
 
d76fc1
-            ret = snprintf(buf, sizeof(buf), "%s/quota", SBIN_DIR);
d76fc1
+            ret = snprintf(buf, sizeof(buf), "%s/cyr_quota", SBIN_DIR);
d76fc1
             if(ret < 0 || ret >= (int) sizeof(buf)) {
d76fc1
                 /* in child, so fatailing won't disconnect our user */
d76fc1
                 fatal("quota buffer not sufficiently big", EX_CONFIG);