X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=a2839ca72d7a237dfa79d4d8f972d14d7a9ff941;hb=85a574e6cc97eef54ef6099a7edb9a5e01acc59e;hp=a021913a3c16a3d74146f16b3052208276c8cafb;hpb=8aad2723d7493a718ff18c045b9b1c59b44bcf68;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index a021913a3..a2839ca72 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -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",