From: Art Cancro Date: Mon, 21 Oct 2019 18:07:56 +0000 (-0400) Subject: Removed the fixnss() step from setup. I don't think it's needed anymore. Moving... X-Git-Tag: v939~266 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=55d2810730edbcf5724b020132ef714ea8d25644 Removed the fixnss() step from setup. I don't think it's needed anymore. Moving towards eliminating setup entirely. --- diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index b0e827455..b8dd9825b 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -679,6 +679,7 @@ void edit_value(int curr) } +#if 0 /* * Strip "db" entries out of /etc/nsswitch.conf */ @@ -767,6 +768,7 @@ void fixnss(void) { } unlink(new_filename); } +#endif /* @@ -965,7 +967,7 @@ int main(int argc, char *argv[]) check_xinetd_entry(); /* Check /etc/xinetd.d/telnet */ disable_other_mtas(); /* Offer to disable other MTAs */ - fixnss(); /* Check for the 'db' nss and offer to disable it */ + // fixnss(); (No longer needed) /* * Restart citserver