From: Art Cancro Date: Sat, 2 Sep 2023 03:15:14 +0000 (-0400) Subject: Remove the warning-this-is-unfinished warnings from ctdldump.c and ctdlload.c X-Git-Tag: v992~2 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=c3bd9e0abc42dc1e685483a67d188b36408ca805;p=citadel.git Remove the warning-this-is-unfinished warnings from ctdldump.c and ctdlload.c Most of these tools are now building successfully on FreeBSD. --- 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 //