The following commit has been merged in the master branch:
commit 11468ae0e12a627a8802711e8562948828834f06
Author: Michael Meffie <[email protected]>
Date:   Wed Jan 21 14:42:47 2015 -0500

    bozo: create a syslog connection only if the -syslog option is given
    
    Fix a minor bug in which an unnecessary syslog connection is opened when
    the BosLog is not present (typically, the first time the bosserver is
    started) or when the BosLog is a named pipe, even if the -syslog option
    was not given.
    
    This bug was introduced in commit bdc7e43117706d0aa46d3b6435489e9d4c2b0888,
    which added checks to avoid renaming logs when they are named pipes.
    
    lstat() and S_ISFIFO are provided by libroken, so do not need to be hidden
    behind conditional compilation.
    
    Change-Id: I828534be69949fe017cc7dbed1b6798aa4c0ba17
    Reviewed-on: http://gerrit.openafs.org/11686
    Reviewed-by: Perry Ruiter <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/bozo/bosserver.c |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

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

Reply via email to