summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-5.4.gentoo_default_config.patch
blob: abce32f7cdd487f386e16095817ad73b4411bf55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--- src/sympa_wizard.pl.orig	2007-03-04 11:41:19.000000000 +0100
+++ src/sympa_wizard.pl	2007-09-16 19:24:00.377085123 +0200
@@ -92,13 +92,13 @@
                'advice' =>''},
 
 	      {'name' => 'arc_path',
-	       'default' => '--DIR--/arc',
+	       'default' => '--SPOOLDIR--/arc',
 	       'query' => 'Where to store HTML archives',
 	       'file' => 'wwsympa.conf','edit' => '1',
                'advice' =>'Better if not in a critical partition'},
 	      
 	      {'name' => 'bounce_path',
-	       'default' => '--DIR--/bounce',
+	       'default' => '--SPOOLDIR--/bounce',
 	       'query' => 'Where to store bounces',
 	       'file' => 'wwsympa.conf',
                'advice' =>'Better if not in a critical partition'},
@@ -122,13 +122,13 @@
 	       'advice' =>''},
 	      
 	      {'name' => 'queuebounce',
-	       'default' => '--SPOOLDIR--/bounce',
+	       'default' => '--SPOOLDIR--/qbounce',
 	       'query' => 'Bounce incoming spool',
 	       'file' => 'sympa.conf',
 	       'advice' =>''},
 
 	      {'name' => 'static_content_path',
-	       'default' => '--DIR--/static_content',
+	       'default' => '--SPOOLDIR--/static_content',
 	       'query' => 'The directory where Sympa stores static contents (CSS, members pictures, documentation) directly delivered by Apache',
 	       'file' => 'sympa.conf',
 	       'advice' =>''},	      
--- wwsympa/Makefile.orig	2008-01-30 18:10:56.000000000 +0100
+++ wwsympa/Makefile	2008-04-02 09:26:53.222445659 +0200
@@ -100,8 +100,8 @@
 
 installicons:
 	@echo "Installing icons..."
-	@echo $(DESTDIR)$(DIR)/static_content/icons
-	cp icons/*.png $(DESTDIR)$(DIR)/static_content/icons
+	@echo $(DESTDIR)$(SPOOLDIR)/static_content/icons
+	cp icons/*.png $(DESTDIR)$(SPOOLDIR)/static_content/icons
 
 installwrapper:
 	@echo "Installing wwsympa-wrapper binary..."