diff options
| author | Barry Warsaw | 2013-03-20 12:54:53 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2013-03-20 12:54:53 -0700 |
| commit | 71e34e0695e9b68e76213e9e87ea4b0e94098419 (patch) | |
| tree | ad15310771bf684129012679db3ced38a39e3958 /src/mailman/commands/docs/info.rst | |
| parent | e8a082647854b45448435123918816acc375115a (diff) | |
| parent | 5110a2631f9ea6571db8a6b931076a7def7b9cf8 (diff) | |
| download | mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.tar.gz mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.tar.zst mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.zip | |
Diffstat (limited to 'src/mailman/commands/docs/info.rst')
| -rw-r--r-- | src/mailman/commands/docs/info.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/info.rst b/src/mailman/commands/docs/info.rst index 59801f234..2a5e691ae 100644 --- a/src/mailman/commands/docs/info.rst +++ b/src/mailman/commands/docs/info.rst @@ -54,7 +54,8 @@ 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 `Filesystem Hierarchy Standard`_ layout is the same everywhere by +definition. >>> command.process(args) GNU Mailman 3... @@ -75,3 +76,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 + + +.. _`Filesystem Hierarchy Standard`: http://www.pathname.com/fhs/ |
