diff options
| author | Barry Warsaw | 2013-03-20 12:49:29 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2013-03-20 12:49:29 -0700 |
| commit | 5110a2631f9ea6571db8a6b931076a7def7b9cf8 (patch) | |
| tree | 397235acb8fb403646e14229c0a750af296b25de /src/mailman/commands/docs | |
| parent | e8a082647854b45448435123918816acc375115a (diff) | |
| download | mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.tar.gz mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.tar.zst mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.zip | |
- Write ./var/etc/mailman.cfg if it doesn't already exist.
- Use ./var/etc/mailman.cfg if it exists, just after ./mailman.cfg and just
before ~/.mailman.cfg.
- Add link to FHS
- Whitespace normalization.
Diffstat (limited to 'src/mailman/commands/docs')
| -rw-r--r-- | src/mailman/commands/docs/info.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/info.rst b/src/mailman/commands/docs/info.rst index 59801f234..fe07e0707 100644 --- a/src/mailman/commands/docs/info.rst +++ b/src/mailman/commands/docs/info.rst @@ -54,7 +54,7 @@ system paths that Mailman is using. >>> cleanups.append((config.pop, 'fhs')) >>> config.create_paths = True -The File System Hierarchy layout is the same every by definition. +The `File System Hierarchy`_ layout is the same everywhere by definition. >>> command.process(args) GNU Mailman 3... @@ -75,3 +75,6 @@ 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 + + +.. _`File System Hierarchy`: http://www.pathname.com/fhs/` |
