]> code.citadel.org Git - citadel.git/blobdiff - citadel/utils/setup.c
don't run this, it's broken
[citadel.git] / citadel / utils / setup.c
index 09ae02b3d0ae0998b19ea70fa6c021f06e3fc9f4..8a9214564c6d9b4bd8750b378e6cbf1fd90dae1c 100644 (file)
@@ -507,7 +507,7 @@ void check_xinetd_entry(void)
        );
        fclose(fp);
 
-       /* Now try to restart the service.  This will not have the intended effect on Solaris, but who the hell uses Solaris anymore? */
+       /* Now try to restart the service.  This will not have the intended effect on Solaris, but who uses Solaris anymore? */
        rv = system("systemctl restart xinetd >/dev/null 2>&1");
        if (rv != 0) {
                rv = system("service xinetd restart >/dev/null 2>&1");
@@ -726,7 +726,6 @@ int main(int argc, char *argv[])
                }
        }
 
-       calc_dirs_n_files(relh, home, relhome, ctdldir, 0);
        SetTitles();
 
        enable_home = ( relh | home );