The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7cfb8d388ee64a05aa01cef6f60ef1e89817e0f7
Author: Christof Hanke <[email protected]>
Date:   Thu Apr 24 06:19:32 2014 +0200

    Logfiles: open with O_APPEND
    
    This does not change the current (normal) behaviour, but allows
    logrotation via "copy and truncate" as offered by logrotate.
    Otherwise the processes will remember the offset of the last write
    and a truncated file is filled with '\0' until the current offset.
    The mrafsStyleLogs are untouched, since they can be rotated by a
    kill -HUP and are deprecated anyway.
    
    Reviewed-on: http://gerrit.openafs.org/11092
    Reviewed-by: Nathaniel Filardo <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    Tested-by: D Brashear <[email protected]>
    (cherry picked from commit b71a041364d28d6a56905a770cd20d1497ee26ec)
    
    Change-Id: Idc148f4d6b9302d25cbf32763d08ee24eaf7378b
    Reviewed-on: http://gerrit.openafs.org/11193
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/util/serverLog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to