ctdl3264: grab files from this commit if we bring it back.
authorArt Cancro <ajc@citadel.org>
Mon, 10 Jul 2023 22:07:13 +0000 (13:07 -0900)
committerArt Cancro <ajc@citadel.org>
Mon, 10 Jul 2023 22:07:13 +0000 (13:07 -0900)
I'm going to experiment with replacing this somewhat kludgey utility
with proper dump and load utilities.  Then we can use it as a more
reliable replacement for ctdlmigrate.  Who the hell needs online migration
on a running server anyway?

citadel/utils/ctdl3264.c

index dce5739fba4a427b27d4eb1358beec65b65f7b06..698262e08b7c915dbd06d9a25126adabeab8dbf9 100644 (file)
@@ -6,6 +6,8 @@
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
 
+// we will probably replace this with dump and load utilities
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <ctype.h>