The little LEDs on the NanoPi blink when there is activity.
[citadel.git] / citadel / utils / setup.c
index 84d1d958ca8d94283160e5fca20d4f89e53c0985..a2839ca72d7a237dfa79d4d8f972d14d7a9ff941 100644 (file)
@@ -1,6 +1,6 @@
 // Citadel setup utility
 //
-// Copyright (c) 1987-2023 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
@@ -62,8 +62,8 @@ typedef enum _SetupStep {
        eMaxQuestions = 12
 } eSetupStep;
 
-///"CREATE_XINETD_ENTRY";
-/* Environment variables, don't translate! */
+// "CREATE_XINETD_ENTRY";
+// Environment variables, don't translate!
 const char *EnvNames [eMaxQuestions] = {
         "HOME_DIRECTORY",
        "SYSADMIN_NAME",
@@ -822,7 +822,7 @@ int main(int argc, char *argv[]) {
        long original_start_time = extract_long(&buf[4], 3);
 
        progress(activity, 1, 51);
-       serv_puts("DOWN 1");
+       serv_puts("DOWN");
        progress(activity, 2, 51);
        serv_gets(buf);
        if (buf[0] != '2') {