OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-567-gaf1a384
Gerrit Code Review
gerrit@openafs.org
Tue, 5 Nov 2024 11:13:20 -0500
The following commit has been merged in the master branch:
commit af1a3840727b519a9070e22c85d6e151ea23e038
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Tue May 7 12:42:16 2024 -0400
bozo: Remove unused conditional OPBOS from 'bos'
Since the original IBM code import, the 'bos' utility source code has
contained an unused pre-processor conditional 'OPBOS'. If OPBOS is
defined, it builds a bos binary that implements only the following bos
commands: status, start, stop, restart, startup, shutdown.
There is no configure option or any other logic that defines 'OPBOS',
nor is it documented. Remove the unused conditional.
Change-Id: I4d32084e6a6b4ca8cadb0aa0ef06c74fb6edb770
Reviewed-on: https://gerrit.openafs.org/15875
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/bozo/bos.c | 3 ---
1 file changed, 3 deletions(-)
--
OpenAFS Master Repository