Wilco van Boxtel reported that prerotate and postrotate scripts don't get the logfile name to be rotated, as it was in previous versions. The bug was in execlp() call, which calling syntax is execlp(filename, arg0, arg1, ..., argn, NULL), but arg0 is not included in original software. Fix: This patch-aa replacement fixes the problem:
State Changed From-To: open->closed Committed, thanks!