From c3bd9e0abc42dc1e685483a67d188b36408ca805 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 1 Sep 2023 23:15:14 -0400 Subject: [PATCH] Remove the warning-this-is-unfinished warnings from ctdldump.c and ctdlload.c Most of these tools are now building successfully on FreeBSD. --- citadel/utils/ctdldump.c | 2 +- citadel/utils/ctdlload.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/utils/ctdldump.c b/citadel/utils/ctdldump.c index cf7257813..a71eb3bb2 100644 --- a/citadel/utils/ctdldump.c +++ b/citadel/utils/ctdldump.c @@ -1,4 +1,4 @@ -// Don't run this. It doesn't work and if you try to run it you will immediately die. +// Dump the Citadel database to a flat file that can be restored by ctdlload on any architecture // // Copyright (c) 2023 by Art Cancro citadel.org // diff --git a/citadel/utils/ctdlload.c b/citadel/utils/ctdlload.c index 91a738b34..5e33c4303 100644 --- a/citadel/utils/ctdlload.c +++ b/citadel/utils/ctdlload.c @@ -1,4 +1,4 @@ -// Don't run this. It doesn't work and if you try to run it you will immediately die. +// Load (restore) the Citadel database from a flat file created by ctdldump // // Copyright (c) 2023 by Art Cancro citadel.org // -- 2.39.2