]> code.citadel.org Git - citadel.git/blobdiff - citadel/setup.c
* Removed the old rec_log() facility because the utilities which read its
[citadel.git] / citadel / setup.c
index f9a27571afead3de5cf17e8aa1d8d4b31e678e0b..068618d6914f9cc1d6f9ce4a94dd613ae683c91d 100644 (file)
@@ -944,6 +944,9 @@ NEW_INST:
        /* Delete a bunch of old files from Citadel v4; don't need anymore */
        system("rm -fr ./chatpipes ./expressmsgs ./sessions 2>/dev/null");
 
+       /* Delete the old citadel.log file; this facility has been removed */
+       unlink("citadel.log");
+
        check_services_entry(); /* Check /etc/services */
        check_inittab_entry();  /* Check /etc/inittab */