View | Details | Raw Unified | Return to bug 54768
Collapse All | Expand All

(-)postfix-new/files/patch-main.cf (-7 / +7 lines)
Lines 5-18 Link Here
5
 # postXXX commands.
5
 # postXXX commands.
6
 #
6
 #
7
-command_directory = /usr/sbin
7
-command_directory = /usr/sbin
8
+command_directory = /usr/local/sbin
8
+command_directory = !!PREFIX!!/sbin
9
 
9
 
10
 # The daemon_directory parameter specifies the location of all Postfix
10
 # The daemon_directory parameter specifies the location of all Postfix
11
 # daemon programs (i.e. programs listed in the master.cf file). This
11
 # daemon programs (i.e. programs listed in the master.cf file). This
12
 # directory must be owned by root.
12
 # directory must be owned by root.
13
 #
13
 #
14
-daemon_directory = /usr/libexec/postfix
14
-daemon_directory = /usr/libexec/postfix
15
+daemon_directory = /usr/local/libexec/postfix
15
+daemon_directory = !!PREFIX!!/libexec/postfix
16
 
16
 
17
 # QUEUE AND PROCESS OWNERSHIP
17
 # QUEUE AND PROCESS OWNERSHIP
18
 #
18
 #
Lines 21-39 Link Here
21
 # This is the Sendmail-compatible mail posting interface.
21
 # This is the Sendmail-compatible mail posting interface.
22
 # 
22
 # 
23
-sendmail_path =
23
-sendmail_path =
24
+sendmail_path = /usr/local/sbin/sendmail
24
+sendmail_path = !!PREFIX!!/sbin/sendmail
25
 
25
 
26
 # newaliases_path: The full pathname of the Postfix newaliases command.
26
 # newaliases_path: The full pathname of the Postfix newaliases command.
27
 # This is the Sendmail-compatible command to build alias databases.
27
 # This is the Sendmail-compatible command to build alias databases.
28
 #
28
 #
29
-newaliases_path =
29
-newaliases_path =
30
+newaliases_path = /usr/local/bin/newaliases
30
+newaliases_path = !!PREFIX!!/bin/newaliases
31
 
31
 
32
 # mailq_path: The full pathname of the Postfix mailq command.  This
32
 # mailq_path: The full pathname of the Postfix mailq command.  This
33
 # is the Sendmail-compatible mail queue listing command.
33
 # is the Sendmail-compatible mail queue listing command.
34
 # 
34
 # 
35
-mailq_path =
35
-mailq_path =
36
+mailq_path = /usr/local/bin/mailq
36
+mailq_path = !!PREFIX!!/bin/mailq
37
 
37
 
38
 # setgid_group: The group for mail submission and queue management
38
 # setgid_group: The group for mail submission and queue management
39
 # commands.  This must be a group name with a numerical group ID that
39
 # commands.  This must be a group name with a numerical group ID that
Lines 45-56 Link Here
45
 # manpage_directory: The location of the Postfix on-line manual pages.
45
 # manpage_directory: The location of the Postfix on-line manual pages.
46
 #
46
 #
47
-manpage_directory =
47
-manpage_directory =
48
+manpage_directory = /usr/local/man
48
+manpage_directory = !!PREFIX!!/man
49
 
49
 
50
 # sample_directory: The location of the Postfix sample configuration files.
50
 # sample_directory: The location of the Postfix sample configuration files.
51
 #
51
 #
52
-sample_directory =
52
-sample_directory =
53
+sample_directory = /usr/local/etc/postfix
53
+sample_directory = !!PREFIX!!/etc/postfix
54
 
54
 
55
 # readme_directory: The location of the Postfix README files.
55
 # readme_directory: The location of the Postfix README files.
56
 #
56
 #

Return to bug 54768