OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4681-g05e7c2f
Gerrit Code Review
gerrit@openafs.org
Thu, 27 Aug 2015 21:34:40 -0400
The following commit has been merged in the master branch:
commit 05e7c2f2fb60805e21f6235d7666b9c6f943a685
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Wed Jan 21 14:31:51 2015 -0500
bozo: use the full path when renaming BosLog to BosLog.old
Use the full path when renaming the BosLog file to BosLog.old and when
checking whether the BosLog file can be opened, otherwise the rename
will fail (and go unnoticed), and the initial BosLog check opens a
handle to a file in the wrong directory.
Create the server directories, including the logs directory, before
forking and log file initialization.
Change-Id: I3733d64335f348190572f6278086b634641f2754
Reviewed-on: http://gerrit.openafs.org/11685
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/bozo/bosserver.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository