From e36f0cb1d8557f80d83f403c2cd73dfa2eae90ad Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 28 Jan 2010 22:41:20 -0500 Subject: The qrunner section's path variable should use $QUEUE_DIR to pick up the layout configuration. The directory is now named 'queues' instead of 'qfiles'. --- src/mailman/config/schema.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index c72218bd5..824c265fe 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -153,7 +153,7 @@ user_friendly_passwords: yes class: mailman.queue.runner.Runner # The directory path that this queue runner scans. -path: $VAR_DIR/qfiles/$name +path: $QUEUE_DIR/$name # The number of parallel queue runners. This must be a power of 2. instances: 1 -- cgit v1.3.1