2025-03-07 Fred Gleason <fredg@paravelsystems.com>

* Added a check for orphaned database tables in rddbmgr(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-03-07 19:07:14 -05:00
parent ea2e9dec40
commit 80a960e84a
7 changed files with 579 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
## Makefile.am
##
## (C) Copyright 2018-2022 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2018-2025 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@@ -27,7 +27,8 @@ moc_%.cpp: %.h
sbin_PROGRAMS = rddbmgr
dist_rddbmgr_SOURCES = check.cpp\
dist_rddbmgr_SOURCES = analyze.cpp\
check.cpp\
create.cpp\
modify.cpp\
printstatus.cpp\