diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:18:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:18:57 +0000 |
commit | a9cdccbffffdd2e58b5cc69683682517e892ea40 (patch) | |
tree | 5890cdcebde1069c9b7419d92476e52cc5525d6f /debian/patches/71_debianize_collate.pl | |
parent | Adding upstream version 3.7.10. (diff) | |
download | postfix-debian.tar.xz postfix-debian.zip |
Adding debian version 3.7.10-0+deb12u1.debian/3.7.10-0+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/71_debianize_collate.pl')
-rw-r--r-- | debian/patches/71_debianize_collate.pl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/71_debianize_collate.pl b/debian/patches/71_debianize_collate.pl new file mode 100644 index 0000000..4333593 --- /dev/null +++ b/debian/patches/71_debianize_collate.pl @@ -0,0 +1,18 @@ +Index: postfix/auxiliary/collate/README +=================================================================== +--- postfix.orig/auxiliary/collate/README ++++ postfix/auxiliary/collate/README +@@ -1,11 +1,11 @@ + This script, by Viktor Dukhovni, untangles a Postfix logfile and + groups the records one "session" at a time based on queue ID and +-process ID information. ++process ID information. From auxiliary/collate/collate.pl. + + Records from different sessions are separated by an empty line. + Such text is easy to process with $/="" in perl, or RS="" in awk. + + Usage: +- perl collate.pl file... ++ postfix-collate file... + + It reads standard input when no file is specified. |