OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4352-g123f0fb

Gerrit Code Review gerrit@openafs.org
Sat, 30 Aug 2014 09:51:31 -0400


The following commit has been merged in the master branch:
commit 123f0fb134370ffe417d466fb9d103b13565960a
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Thu Aug 28 03:09:49 2014 -0400

    config: remove support for old FreeBSD releases
    
    The FreeBSD project no longer supports 5.x, 6.x, or 7.x releases, and
    has not done so for a long time.  It's unlikely the OpenAFS works
    properly on any of them, if it even still builds, since it is not
    regularly build-tested on anything older than 8.3.  Unclutter
    src/config by removing the param.*.h files for these obsolete
    releases.
    
    Change-Id: Iedd11e9a9045b39d2193c61b9833abd592d1bfa2
    Reviewed-on: http://gerrit.openafs.org/11438
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/config/param.amd64_fbsd_53.h |   38 -------------------------
 src/config/param.amd64_fbsd_70.h |   43 ----------------------------
 src/config/param.amd64_fbsd_71.h |   46 ------------------------------
 src/config/param.amd64_fbsd_72.h |   47 -------------------------------
 src/config/param.amd64_fbsd_73.h |   52 ----------------------------------
 src/config/param.amd64_fbsd_74.h |   55 ------------------------------------
 src/config/param.i386_fbsd_50.h  |   23 ---------------
 src/config/param.i386_fbsd_51.h  |   26 -----------------
 src/config/param.i386_fbsd_52.h  |   29 -------------------
 src/config/param.i386_fbsd_53.h  |   32 ---------------------
 src/config/param.i386_fbsd_60.h  |   35 -----------------------
 src/config/param.i386_fbsd_61.h  |   38 -------------------------
 src/config/param.i386_fbsd_62.h  |   41 ---------------------------
 src/config/param.i386_fbsd_70.h  |   46 ------------------------------
 src/config/param.i386_fbsd_71.h  |   49 --------------------------------
 src/config/param.i386_fbsd_72.h  |   52 ----------------------------------
 src/config/param.i386_fbsd_73.h  |   55 ------------------------------------
 src/config/param.i386_fbsd_74.h  |   57 --------------------------------------
 18 files changed, 0 insertions(+), 764 deletions(-)

-- 
OpenAFS Master Repository