OpenAFS Master Repository branch, master, updated. dbdd3190a75ce634c2e13d2e2141c564af379519

Gerrit Code Review gerrit@openafs.org
Tue, 21 Jul 2009 15:01:43 -0700 (PDT)


The following commit has been merged in the master branch:
commit dbdd3190a75ce634c2e13d2e2141c564af379519
Author: Matt Benjamin <matt@linuxbox.com>
Date:   Sat Jul 18 09:29:20 2009 -0400

    Add amd64 subtarget for OpenBSD
    
    The subtarget name is amd64_obsd.  A sysname is created for the
    OpenBSD 4.5 release, since it's current.  The sysname id range starting at
    4000 is claimed for amd64_obsd, with amd64_obsd45 at 4014, so that prior
    releases can be added in the correct order, if needed.
    
    Mention of Jim Rees and CITI in new param file changed to line crediting
    them for original work.
    
    Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/153
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4                    |   12 ++++++-
 src/config/afs_sysnames.h       |    2 +
 src/config/param.amd64_obsd45.h |   75 +++++++++++++++++++++++++++++++++++++++
 src/config/param.i386_obsd45.h  |    3 +-
 4 files changed, 90 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository