summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/docs')
-rw-r--r--src/mailman/commands/docs/info.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mailman/commands/docs/info.rst b/src/mailman/commands/docs/info.rst
index 7f69eada5..59801f234 100644
--- a/src/mailman/commands/docs/info.rst
+++ b/src/mailman/commands/docs/info.rst
@@ -37,6 +37,7 @@ By passing in the ``-o/--output`` option, you can print the info to a file.
...
config file: .../test.cfg
db url: ...
+ devmode: DISABLED
REST root url: http://localhost:9001/3.0/
REST credentials: restadmin:restpass
@@ -50,6 +51,7 @@ system paths that Mailman is using.
... [mailman]
... layout: fhs
... """)
+ >>> cleanups.append((config.pop, 'fhs'))
>>> config.create_paths = True
The File System Hierarchy layout is the same every by definition.
@@ -73,9 +75,3 @@ The File System Hierarchy layout is the same every by definition.
QUEUE_DIR = /var/spool/mailman
TEMPLATE_DIR = .../mailman/templates
VAR_DIR = /var/lib/mailman
-
-
-Clean up
-========
-
- >>> config.pop('fhs')