Remove the warning-this-is-unfinished warnings from ctdldump.c and ctdlload.c
authorArt Cancro <ajc@citadel.org>
Sat, 2 Sep 2023 03:15:14 +0000 (23:15 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 2 Sep 2023 03:15:14 +0000 (23:15 -0400)
Most of these tools are now building successfully on FreeBSD.

citadel/utils/ctdldump.c
citadel/utils/ctdlload.c

index cf7257813c5d232a4de3ffc19f6b33002b5d88c4..a71eb3bb22d89a7ce7d6beec60563f1ad32b8a6d 100644 (file)
@@ -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
 //
index 91a738b347a513d8ad07593ec4442506d0da9129..5e33c43037b4b78a94a750fd86076e9177e445fd 100644 (file)
@@ -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
 //