summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorBarry Warsaw2007-07-13 00:19:10 -0400
committerBarry Warsaw2007-07-13 00:19:10 -0400
commit288ae405b09baa443eb1b39422c48c315fbb2e5a (patch)
treee2cd153be141921db8ec9898b2d9fa5cc8ffe9fc /Mailman/Defaults.py.in
parentda315b5b08029236dc1065089399a4fb16446477 (diff)
downloadmailman-288ae405b09baa443eb1b39422c48c315fbb2e5a.tar.gz
mailman-288ae405b09baa443eb1b39422c48c315fbb2e5a.tar.zst
mailman-288ae405b09baa443eb1b39422c48c315fbb2e5a.zip
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in23
1 files changed, 6 insertions, 17 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 7c6242521..0bc552d26 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1237,27 +1237,16 @@ PENDINGDB_LOCK_DEBUGGING = Off
#####
# Nothing below here is user configurable. Most of these values are in this
# file for internal system convenience. Don't change any of them or override
-# any of them in your mm_cfg.py file!
+# any of them in your mailman.cfg file!
#####
-# These directories are used to find various important files in the Mailman
-# installation. PREFIX and EXEC_PREFIX are set by configure and should point
-# to the installation directory of the Mailman package.
-PYTHON = '@PYTHON@'
-PREFIX = '@prefix@'
-EXEC_PREFIX = '@exec_prefix@'
-VAR_PREFIX = '@VAR_PREFIX@'
-
-# Work around a bogus autoconf 2.12 bug
-if EXEC_PREFIX == '${prefix}':
- EXEC_PREFIX = PREFIX
-
-# CGI extension, change using configure script
-CGIEXT = '@CGIEXT@'
+# This is the top-level run-time data directory. All other runtime data by
+# default lives under this directory.
+RUNTIME_DIR = '$runtime_dir'
# Group id that group-owns the Mailman installation
-MAILMAN_USER = '@MAILMAN_USER@'
-MAILMAN_GROUP = '@MAILMAN_GROUP@'
+MAILMAN_USER = '$user_name'
+MAILMAN_GROUP = '$group_name'
# Enumeration for Mailman cgi widget types
Toggle = 1