Prakash Kumar has proposed merging lp:~prakash09/mailman/3.0 into lp:mailman.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~prakash09/mailman/3.0/+merge/251968

Path for starting the mailman in src/mailman/docs/START.rst(line 
no.-196,197,198) was not correct. 
Earlier it was "bin/mailman start" which was causing the confusing as both 
"src/mailman/" and folder created by virtualenv has a folder named bin.
I changed the path "bin/mailman start" to "/tmp/mm3/bin/mailman start" which do 
not cause the confusion. 
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~prakash09/mailman/3.0 into lp:mailman.
=== modified file 'src/mailman/docs/START.rst'
--- src/mailman/docs/START.rst	2015-01-05 01:22:39 +0000
+++ src/mailman/docs/START.rst	2015-03-05 16:01:55 +0000
@@ -193,9 +193,9 @@
 this, Mailman will also create any necessary run-time directories and log
 files.
 
-Try ``bin/mailman --help`` for more details.  You can use the commands
-``bin/mailman start`` to start the runner subprocess daemons, and of course
-``bin/mailman stop`` to stop them.
+Try ``/tmp/mm3/bin/mailman --help`` for more details.  You can use the commands
+``/tmp/mm3/bin/mailman start`` to start the runner subprocess daemons, and of course
+``/tmp/mm3/bin/mailman stop`` to stop them.
 
 Postorius, a web UI for administration and subscriber settings, is being
 developed as a separate, Django-based project.  For now, the most flexible

_______________________________________________
Mailman-coders mailing list
Mailman-coders@python.org
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to