diff options
Diffstat (limited to 'meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch')
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch b/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch deleted file mode 100644 index 62b3cf0c05..0000000000 --- a/meta-networking/recipes-daemons/postfix/files/0006-postfix-add-preliminary-setting.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From a5863e19d298789328e11057c469636aa8775847 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Jinfeng Wang <jinfeng.wang.cn@windriver.com> | ||
| 3 | Date: Wed, 2 Jul 2025 10:55:53 +0800 | ||
| 4 | Subject: [PATCH] postfix: add preliminary setting | ||
| 5 | |||
| 6 | post-install call postconf commands to modify main.cf. When multiple | ||
| 7 | parameters to postconf, the order of those parameters in main.cf is random. | ||
| 8 | Then it will reproduce random results in rootfs file(sample-main.cf). To | ||
| 9 | fix this, add preliminary setting in main.cf. | ||
| 10 | |||
| 11 | Upstream-Status: Inappropriate [this is the use of post-install, | ||
| 12 | upstream is not affected] | ||
| 13 | |||
| 14 | Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> | ||
| 15 | --- | ||
| 16 | conf/main.cf | 2 ++ | ||
| 17 | 1 file changed, 2 insertions(+) | ||
| 18 | |||
| 19 | diff --git a/conf/main.cf b/conf/main.cf | ||
| 20 | index 1d2c8c2..50398ba 100644 | ||
| 21 | --- a/conf/main.cf | ||
| 22 | +++ b/conf/main.cf | ||
| 23 | @@ -683,3 +683,5 @@ sample_directory = | ||
| 24 | # | ||
| 25 | readme_directory = | ||
| 26 | inet_protocols = ipv4 | ||
| 27 | +shlib_directory = | ||
| 28 | +meta_directory = | ||
| 29 | -- | ||
| 30 | 2.34.1 | ||
| 31 | |||
