aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/patches/600-nopostconf.patch
blob: 78248c74f6b69bfc9dfc1e8e30bc7afd3e77dce2 (plain)
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
diff -Naur postfix-2.11.1/postfix-install postfix-2.11.1.patched/postfix-install
--- postfix-2.11.1/postfix-install	2014-10-05 20:43:58.598876904 +0400
+++ postfix-2.11.1.patched/postfix-install	2014-10-05 20:47:36.076700082 +0400
@@ -729,21 +729,21 @@
 # Postfix releases, and software should not suddenly be installed in
 # the wrong place when Postfix is being upgraded.
 
-bin/postconf -c $CONFIG_DIRECTORY -e \
-    "daemon_directory = $daemon_directory" \
-    "data_directory = $data_directory" \
-    "command_directory = $command_directory" \
-    "queue_directory = $queue_directory" \
-    "mail_owner = $mail_owner" \
-    "setgid_group = $setgid_group" \
-    "sendmail_path = $sendmail_path" \
-    "mailq_path = $mailq_path" \
-    "newaliases_path = $newaliases_path" \
-    "html_directory = $html_directory" \
-    "manpage_directory = $manpage_directory" \
-    "sample_directory = $sample_directory" \
-    "readme_directory = $readme_directory" \
-|| exit 1
+#bin/postconf -c $CONFIG_DIRECTORY -e \
+#    "daemon_directory = $daemon_directory" \
+#    "data_directory = $data_directory" \
+#    "command_directory = $command_directory" \
+#    "queue_directory = $queue_directory" \
+#    "mail_owner = $mail_owner" \
+#    "setgid_group = $setgid_group" \
+#    "sendmail_path = $sendmail_path" \
+#    "mailq_path = $mailq_path" \
+#    "newaliases_path = $newaliases_path" \
+#    "html_directory = $html_directory" \
+#    "manpage_directory = $manpage_directory" \
+#    "sample_directory = $sample_directory" \
+#    "readme_directory = $readme_directory" \
+#|| exit 1
 
 # If Postfix is being installed locally from source code, do the
 # post-install processing now.