OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4508-gc47d619

Gerrit Code Review gerrit@openafs.org
Fri, 5 Dec 2014 21:58:12 -0500


The following commit has been merged in the master branch:
commit c47d619f6c93ba3362f3e65f102a875d509e5c44
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Thu Dec 4 17:00:04 2014 -0500

    Remove FreeBSD packaging
    
    The packaging used by official FreeBSD package builds is taken from
    the FreeBSD Ports Collection's version control, which is currently
    available at https://svnweb.freebsd.org/ports/head/net/openafs/ .
    
    The version of the FreeBSD packaging in the openafs repository
    will almost always be out-of-date and is not needed by FreeBSD
    (although a small portion of it is currently used by the upstream
    FreeBSD packaging), and the actual packaging used by FreeBSD is
    easily available, so there is no purpose in maintaining FreeBSD
    packaging in the OpenAFS source code repository.
    
    Change-Id: I969cd6933ecd56d6940b8d48da67f50260101571
    Reviewed-on: http://gerrit.openafs.org/11622
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/packaging/FreeBSD/.gitignore   |    1 -
 src/packaging/FreeBSD/Makefile     |  101 -----------
 src/packaging/FreeBSD/Makefile.man |  343 ------------------------------------
 src/packaging/FreeBSD/afsd.in      |   79 --------
 src/packaging/FreeBSD/afsserver.in |   36 ----
 src/packaging/FreeBSD/pkg-plist    |  284 -----------------------------
 6 files changed, 0 insertions(+), 844 deletions(-)

-- 
OpenAFS Master Repository