~ubuntu-branches/ubuntu/hardy/mailman/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_defaults.debian.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 13:00:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030130030-hvz4ipqc82e3wbi6
Tags: 1:2.1.9-2ubuntu1
* Synchronize to Debian; remaining Ubuntu change:
  - debian/control: exim4 -> postfix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Patch: 01_defaults.debian.dpatch
 
2
Author: Tollef Fog Heen <tfheen@debian.org>
 
3
Set sane defaults in Defaults.py.in
 
4
Index: Mailman/Defaults.py.in
 
5
===================================================================
 
6
--- Mailman/Defaults.py.in.orig 2006-08-15 15:12:19.000000000 +0800
 
7
+++ Mailman/Defaults.py.in      2006-08-15 15:14:18.000000000 +0800
 
8
@@ -54,7 +54,7 @@
 
9
 # disable Mailman's logo footer altogther, hack
 
10
 # Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links
 
11
 # and image names.
 
12
-IMAGE_LOGOS = '/icons/'
 
13
+IMAGE_LOGOS = '/doc/mailman/images/'
 
14
 
 
15
 # The name of the Mailman favicon
 
16
 SHORTCUT_ICON = 'mm-icon.png'
 
17
@@ -85,7 +85,7 @@
 
18
 # because otherwise the default mappings won't be correct.
 
19
 DEFAULT_EMAIL_HOST = '@MAILHOST@'
 
20
 DEFAULT_URL_HOST = '@URLHOST@'
 
21
-DEFAULT_URL_PATTERN = 'http://%s/mailman/'
 
22
+DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
 
23
 
 
24
 # DEFAULT_HOST_NAME has been replaced with DEFAULT_EMAIL_HOST, however some
 
25
 # sites may have the former in their mm_cfg.py files.  If so, we'll believe
 
26
@@ -1300,7 +1300,7 @@
 
27
 MAILDIR_DIR     = os.path.join(QUEUE_DIR, 'maildir')
 
28
 
 
29
 # Other useful files
 
30
-PIDFILE = os.path.join(DATA_DIR, 'master-qrunner.pid')
 
31
+PIDFILE = "/var/run/mailman/mailman.pid"
 
32
 SITE_PW_FILE = os.path.join(DATA_DIR, 'adm.pw')
 
33
 LISTCREATOR_PW_FILE = os.path.join(DATA_DIR, 'creator.pw')
 
34