Adding debian version 3.10.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
75cf244379
commit
f482db309e
86 changed files with 29583 additions and 0 deletions
21
debian/patches/debian-run-configure-instance-from-create-missing.patch
vendored
Normal file
21
debian/patches/debian-run-configure-instance-from-create-missing.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Subject: run debian-specific configure-instance script from post-install create-missing
|
||||
From: Michael Tokarev <mjt@tls.msk.ru
|
||||
Tue, 17 Dec 2024 09:48:32 +0300
|
||||
Forwarded: not-needed
|
||||
Debian-Specific: yes
|
||||
|
||||
Run debian-provided (mostly chroot setup) script from
|
||||
`post-install create-missing`, which is run when starting
|
||||
a postfix instance.
|
||||
|
||||
diff --git a/conf/post-install b/conf/post-install
|
||||
--- a/conf/post-install
|
||||
+++ b/conf/post-install
|
||||
@@ -584,6 +584,7 @@ test -n "$create" && {
|
||||
done
|
||||
IFS="$BACKUP_IFS"
|
||||
done
|
||||
+ /usr/lib/postfix/configure-instance.sh || exit 1 # debian-specific: setup chroot
|
||||
}
|
||||
|
||||
# Upgrade existing Postfix configuration files if necessary.
|
Loading…
Add table
Add a link
Reference in a new issue