Merge pull request #10673 from flyn-org/postfix

postfix: remove 100-fsstat.patch
This commit is contained in:
Rosen Penev 2019-11-28 22:26:21 -08:00 committed by GitHub
commit 4dfb2a7946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 12 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=postfix PKG_NAME:=postfix
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_VERSION:=3.4.6 PKG_VERSION:=3.4.6
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \ https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \

View file

@ -1,11 +0,0 @@
--- a/src/smtpd/smtpd_check.c
+++ b/src/smtpd/smtpd_check.c
@@ -5325,7 +5325,7 @@ char *smtpd_check_queue(SMTPD_STATE *state)
*/
#define BLOCKS(x) ((x) / fsbuf.block_size)
- fsspace(".", &fsbuf);
+ fsspace("/overlay", &fsbuf);
if (msg_verbose)
msg_info("%s: blocks %lu avail %lu min_free %lu msg_size_limit %lu",
myname,