From 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 12 Mar 2015 21:50:52 +0530 Subject: change bin/mailman to mailman everwhere in docs --- src/mailman/bin/docs/master.rst | 2 +- src/mailman/bin/mailman.py | 2 +- src/mailman/bin/master.py | 2 +- src/mailman/bin/runner.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mailman/bin') diff --git a/src/mailman/bin/docs/master.rst b/src/mailman/bin/docs/master.rst index 3d10b69ac..02c4bd976 100644 --- a/src/mailman/bin/docs/master.rst +++ b/src/mailman/bin/docs/master.rst @@ -4,7 +4,7 @@ Mailman runner control Mailman has a number of *runner subprocesses* which perform long-running tasks such as listening on an LMTP port, processing REST API requests, or processing -messages in a queue directory. In normal operation, the ``bin/mailman`` +messages in a queue directory. In normal operation, the ``mailman`` command is used to start, stop and manage the runners. This is just a wrapper around the real master watcher, which handles runner starting, stopping, exiting, and log file reopening. diff --git a/src/mailman/bin/mailman.py b/src/mailman/bin/mailman.py index 8814cdfc4..1cfff19db 100644 --- a/src/mailman/bin/mailman.py +++ b/src/mailman/bin/mailman.py @@ -36,7 +36,7 @@ from zope.interface.verify import verifyObject def main(): - """bin/mailman""" + """mailman""" # Create the basic parser and add all globally common options. parser = argparse.ArgumentParser( description=_("""\ diff --git a/src/mailman/bin/master.py b/src/mailman/bin/master.py index 492a6b138..5ffe59647 100644 --- a/src/mailman/bin/master.py +++ b/src/mailman/bin/master.py @@ -320,7 +320,7 @@ class Loop: log.info('Master watcher caught SIGUSR1. Exiting.') signal.signal(signal.SIGUSR1, sigusr1_handler) # SIGTERM is what init will kill this process with when changing run - # levels. It's also the signal 'bin/mailman stop' uses. + # levels. It's also the signal 'mailman stop' uses. def sigterm_handler(signum, frame): for pid in self._kids: os.kill(pid, signal.SIGTERM) diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py index e8c68dad9..a981694b8 100644 --- a/src/mailman/bin/runner.py +++ b/src/mailman/bin/runner.py @@ -116,7 +116,7 @@ def main(): -r is required unless -l or -h is given, and its argument must be one of the names displayed by the -l switch. - Normally, this script should be started from 'bin/mailman + Normally, this script should be started from 'mailman start'. Running it separately or with -o is generally useful only for debugging. When run this way, the environment variable $MAILMAN_UNDER_MASTER_CONTROL will be set which subtly changes -- cgit v1.2.3-70-g09d2