From 046baaead7dd30637fc6b07e3ff6a5eb9f2c70ee Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 15 Mar 2018 13:27:48 +0000 Subject: [PATCH] Propose backports bringing rotatelogs in sync with trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826813 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/STATUS b/STATUS index 7eb4ab3fe6..2e4306e2be 100644 --- a/STATUS +++ b/STATUS @@ -204,6 +204,50 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1812756 ^/httpd/httpd/trunk . +1: rjung + * rotatelogs: Add an option to autocreate directories to rotatelogs. + PR: 46669 + trunk patch: http://svn.apache.org/r1533810 + 2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-rotatelogs-create-directories.patch + plus CHANGES for new "-d" flag (see svn log for credits). + Merge only fails due to small docs conflicts. + +1: rjung + + * rotatelogs: Remove multiple uses of constant length error buffers. + trunk patches: http://svn.apache.org/r1534895 + http://svn.apache.org/r1534896 + http://svn.apache.org/r1534914 + 2.4.x patch: svn merge -c 1534895,1534896,1534914 ^/httpd/httpd/trunk . + plus CHANGES + +1: rjung + + * rotatelogs: Small changes to rotatelogs: + - add "-n num" to help text + - clarify in help text, that "program is invoked" + is the "-p" case + - prevent crash with "-v" (verbose) if no + "-p prog" is used + - add one space for formatting + plus: fix -n help text + this closes #24 + trunk patches: http://svn.apache.org/r1666415 + http://svn.apache.org/r1780308 + 2.4.x patch: svn merge -c 1666415,1780308 ^/httpd/httpd/trunk . + +1: rjung + + * rotatelogs: Choose "-D" instead of "-d" for the rotatelogs + option that creates the path to the log file. + I want to use "-d" for another directory related + option next where (I think) the "directory" "d" + makes more sense. + "-d" has not yet been backported, so changing + to "-D" is not a real compatibility issue. + This brings 2.4.x rotatelogs in sync with trunk. + trunk patch: http://svn.apache.org/r1666417 + 2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-rotatelogs-create-directories-rename-flag.patch + plus CHANGES change from "-d" to "-D" + Merge only fails due to small docs conflicts. + +1: rjung + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] -- 2.40.0