OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-43-gf1ee058
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Oct 2011 10:33:28 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3c37cbdff1f290839d79315e596586fa128401c3
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Thu Sep 22 09:13:18 2011 -0400
bozo: report bosserver -rxbind address
Create a file on bosserver startup called bosserver.rxbind in the
server local directory which contains an address local scripts may
use to contact the bosserver.
When bosserver is started with the -rxbind option, write the address
selected from the intersection of the interfaces, NetInfo, and
NetRestrict configuration to the bosserver.rxbind file, otherwise
write the loopback address 127.0.0.1.
Update the RedHat init script to use the new bosserver.rxbind file.
Reviewed-on: http://gerrit.openafs.org/5488
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 9133aa6ed3a7fe2ae55b2d3242366ae277c7f726)
Change-Id: I44f6f28d750aa0e463093655a64df8099b8d2cd4
Reviewed-on: http://gerrit.openafs.org/5539
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/bozo/bosserver.c | 32 ++++++++++++++++++++++++++++++
src/packaging/RedHat/openafs-server.init | 10 ++++++++-
src/util/dirpath.c | 3 ++
src/util/dirpath.hin | 3 ++
src/util/dirpath_nt.h | 3 ++
5 files changed, 50 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository