X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;h=b8dd9825bcec41cc9dffd6994741d2f65b54b8d9;hp=b0e827455a0cd45c7219f1c4fb5e5af0bb09e84a;hb=55d2810730edbcf5724b020132ef714ea8d25644;hpb=288673812af6b3081aae5143f93c6674ff63e6ed 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