OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_5-36-ge1a4502
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Feb 2020 12:37:36 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit e1a450238f081f4be419cbd4340658f6b2f03133
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Fri Mar 1 08:46:32 2019 -0700
bos: remove smail-notifier
smail-notifier is a sample program that is undocumented and has not
been well maintained. It produces copious compiler warnings, and
would require effort to bring the code up to decent coding practices.
The bosserver provides a -notifier feature that can be used for
notifications, but that feature does not depend on this sample program.
Removed the code, cleaned up the Makefiles and .gitignore.
Reviewed-on: https://gerrit.openafs.org/13509
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 6e988a5b3900fe73c314c9960d6fb7753ff98411)
Change-Id: I073a2b772f894e321bd0b41e012229c8e6d3105c
Reviewed-on: https://gerrit.openafs.org/13738
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/bozo/.gitignore | 1 -
src/bozo/Makefile.in | 10 +--
src/bozo/smail-notifier.c | 231 ---------------------------------------------
3 files changed, 2 insertions(+), 240 deletions(-)
--
OpenAFS Master Repository