OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1706-g9133aa6

Gerrit Code Review gerrit@openafs.org
Wed, 28 Sep 2011 07:01:45 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9133aa6ed3a7fe2ae55b2d3242366ae277c7f726
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: I00a4249ae7445f872625ec46f960e778483d1f9f
    Reviewed-on: http://gerrit.openafs.org/5488
    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