Fixed .Help SUMMARY
authorArt Cancro <ajc@citadel.org>
Sun, 25 Apr 2021 03:56:15 +0000 (23:56 -0400)
committerArt Cancro <ajc@citadel.org>
Sun, 25 Apr 2021 03:56:15 +0000 (23:56 -0400)
citadel/threads.c
textclient/Makefile
textclient/README.txt
textclient/commands.c

index aec41a7c4d92b57292f6fc99e04a5ada5b025626..d995c39826fc5795698bd2793c4c9f74ffa42b0a 100644 (file)
@@ -144,8 +144,7 @@ void InitializeMasterTSD(void) {
 /*
  * Initialize the thread system
  */
-void go_threading(void)
-{
+void go_threading(void) {
        pthread_mutex_init(&ThreadCountMutex, NULL);
 
        /* Second call to module init functions now that threading is up */
@@ -172,14 +171,4 @@ void go_threading(void)
        /* We used to wait for all threads to exit.  Fuck that.  The only thing important is that the databases are
         * cleanly unmounted.  After that, exit the whole program.
         */
-#if 0
-       int countdown = 30;
-       while ( (num_workers > 0) && (countdown-- > 0)) {
-               syslog(LOG_DEBUG, "Waiting %d seconds for %d worker threads to exit",
-                       countdown, num_workers
-               );
-               usleep(1000000);
-       }
-#endif
-
 }
index 3fdd066e5dd5c67e35762d85e2c7529204303828..0750f964f5ede7da64a95f0fa10d14b0a4bf44c4 100644 (file)
@@ -5,7 +5,7 @@
 # 1. By using this software you agree that it's called "Linux", not "GNU/Linux"
 # 2. By using this software you agree that it's called "open source", not "free software"
 # 3. By using this software you agree that GNU Autotools are crap, which is why conf-IG-ure exists
-# 4. By using this software you agree that Richard Stallman is a communist.
+# 4. By using this software you agree that Richard Stallman should shut up about everything
 # 5. By reading these special exceptions you have already agreed to them.
 
 # config.mk is generated by ./configure
index a48cf464b46552cc815d3e6aa07d05a7a0b6aa1f..6218f644d6989551c3934eacb34b9f2079535c1d 100644 (file)
@@ -2,7 +2,7 @@
 This is a text mode user interface for the Citadel system.  It presents
 a Citadel site to users in the form of a traditional BBS.
 
-All code is Copyright (c) 1987-2019 by the citadel.org team, and is released
+All code is Copyright (c) 1987-2021 by the citadel.org team, and is released
 under the terms of the GNU General Public License v3.  As a special exception,
 the Citadel team requires all users of this code to agree that our favorite
 software model is called "open source" and NOT "free software", and that our
index 07af8770bbf84855d425144682d90564a92c0c58..4187ddd515d27902a63efaf197e6006916a06d2b 100644 (file)
@@ -22,7 +22,8 @@ char *helpnames[] = {
        "intro",
        "mail",
        "network",
-       "software"
+       "software",
+       "summary"
 };
 
 char *helptexts[] = {