Removed the fixnss() step from setup. I don't think it's needed anymore. Moving...
authorArt Cancro <ajc@citadel.org>
Mon, 21 Oct 2019 18:07:56 +0000 (14:07 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 21 Oct 2019 18:07:56 +0000 (14:07 -0400)
citadel/utils/setup.c

index b0e827455a0cd45c7219f1c4fb5e5af0bb09e84a..b8dd9825bcec41cc9dffd6994741d2f65b54b8d9 100644 (file)
@@ -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