OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4389-g9799484
Gerrit Code Review
gerrit@openafs.org
Wed, 8 Oct 2014 10:51:08 -0400
The following commit has been merged in the master branch:
commit 9799484891ae90e408cdd7d86ef2e928cdd07c61
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Fri Sep 19 21:45:31 2014 -0400
Deorbit the netscape plugin
Netscape hasn't been a thing since 2008.
We would only try to build it if someone manually ran 'webinstall'
in src/libuafs, and there is no documentation telling anyone to do so.
It's dead, Jim.
Change-Id: I7486ca33da7ff19f23f0d9f54f5fb4e7e3232540
Reviewed-on: http://gerrit.openafs.org/11470
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/afs/UKERNEL/afs_usrops.c | 11 -
src/afs/UKERNEL/sysincludes.h | 95 ------
src/libuafs/.gitignore | 1 -
src/libuafs/Makefile.common.in | 532 +---------------------------------
src/libuafs/MakefileProto.AIX.in | 17 -
src/libuafs/MakefileProto.DARWIN.in | 11 -
src/libuafs/MakefileProto.DFBSD.in | 11 -
src/libuafs/MakefileProto.DUX.in | 11 -
src/libuafs/MakefileProto.FBSD.in | 11 -
src/libuafs/MakefileProto.HPUX.in | 11 -
src/libuafs/MakefileProto.IRIX.in | 11 -
src/libuafs/MakefileProto.LINUX.in | 17 -
src/libuafs/MakefileProto.NBSD.in | 10 -
src/libuafs/MakefileProto.OBSD.in | 10 -
src/libuafs/MakefileProto.SOLARIS.in | 11 -
src/libuafs/mapfile | 60 ----
src/libuafs/nsafslib.exp | 44 ---
17 files changed, 2 insertions(+), 872 deletions(-)
--
OpenAFS Master Repository