From 55d2810730edbcf5724b020132ef714ea8d25644 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 21 Oct 2019 14:07:56 -0400 Subject: [PATCH] Removed the fixnss() step from setup. I don't think it's needed anymore. Moving towards eliminating setup entirely. --- citadel/utils/setup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2