diff options
| author | Barry Warsaw | 2009-12-05 09:46:50 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-05 09:46:50 -0500 |
| commit | af33fabf7e10cb42ab6802b8a222670b2b7037f0 (patch) | |
| tree | c4904b2e73c6d14586c4a7fd280846e385368622 /src/mailman/bin/docs | |
| parent | c3870d1137595fae0352b58a64dd9277a4c55cff (diff) | |
| download | mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.gz mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.tar.zst mailman-af33fabf7e10cb42ab6802b8a222670b2b7037f0.zip | |
* Mostly eradicate mentions of mailmanctl.
* In most human readable text, qrunner -> queue runner
Diffstat (limited to 'src/mailman/bin/docs')
| -rw-r--r-- | src/mailman/bin/docs/master.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/bin/docs/master.txt b/src/mailman/bin/docs/master.txt index f44b25214..20eddae2c 100644 --- a/src/mailman/bin/docs/master.txt +++ b/src/mailman/bin/docs/master.txt @@ -3,9 +3,9 @@ Mailman queue runner control ============================ Mailman has a number of queue runners which process messages in its queue file -directories. In normal operation, a command line script called 'mailmanctl' -is used to start, stop and manage the queue runners. mailmanctl actually is -just a wrapper around the real queue runner watcher script called master.py. +directories. In normal operation, the 'bin/mailman' command is used to start, +stop and manage the queue runners. This is just a wrapper around the real +queue runner watcher script called master.py. >>> from mailman.testing.helpers import TestableMaster |
