[Bug 64430] rotating catalina.out (using named pipe)

2020-05-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from Mark Thomas  ---
Thanks for the patch.

Fixed in:
- master for 10.0.0-M6 onwards
- 9.0.x for 9.0.36 onwards
- 8.5.x for 8.5.56 onwards
- 7.0.x for 7.0.105 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64430] rotating catalina.out (using named pipe)

2020-05-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

--- Comment #5 from Mark Thomas  ---
I like the modified approach. I'll run some tests locally and if all is well,
I'll apply this for the next release round.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

--- Comment #4 from harald.dun...@aixigo.de ---
Created attachment 37242
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37242=edit
even better patch

Good suggestion. I highly appreciate your effort to keep portability.

Attached is a new patch, using mkfifo. The comment about CATALINA_OUT_CMD and
the indentation style have been adjusted, too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

--- Comment #3 from Michael Osipov  ---
The shell script has to be portable, "mknod -p" is not portable. This will
require cases for various Unix systems. What about fifo with mkfifo?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

--- Comment #2 from harald.dun...@aixigo.de ---
Please ignore the first patch. I picked the right file from the wrong
directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64430] rotating catalina.out (using named pipe)

2020-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64430

--- Comment #1 from harald.dun...@aixigo.de ---
Created attachment 37240
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37240=edit
better patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org