OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-31-g8e0d084
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Nov 2011 15:44:12 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8e0d084344b880a504fba478d7e982ffce62c35b
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.
Change-Id: I6ddda254d69b10a68a16e4736d024bd89310b316
Reviewed-on: http://gerrit.openafs.org/5488
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry-picked from 9133aa6ed3a7fe2ae55b2d3242366ae277c7f726)
Reviewed-on: http://gerrit.openafs.org/5861
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
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