* Removed some of the extra sleep() calls in setup
authorArt Cancro <ajc@citadel.org>
Wed, 3 Jan 2007 15:33:52 +0000 (15:33 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Jan 2007 15:33:52 +0000 (15:33 +0000)
citadel/citadel.h
citadel/configure.ac
citadel/setup.c

index f6511078e3765039c4ddcb9dc5a6316dbfa6d856..7e6536ce54614882e444741e9cc884f37af40df0 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      702             /* This version */
+#define REV_LEVEL      703             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 701             /* Oldest compatible export files */
 
index 2d03aefe6d8233e0cd65c2ab93ad17be4a56654d..d7bd4ed5b70a9f1dfdc8adc91b3013da48d4cb37 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [7.02], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.03], [http://www.citadel.org/])
 AC_REVISION([$Revision$])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index 6b9cbc82037923902bcc3cbc54a8b9d2f31fdbb2..0e69e9564d199334ef2b9a6ccd67c7162f84c36d 100644 (file)
@@ -292,7 +292,6 @@ void check_services_entry(void)
                                        fclose(sfp);
                                }
                        }
-                       sleep(1);
                }
        }
 }
@@ -1242,24 +1241,19 @@ NEW_INST:
 
        progress("Setting file permissions", 0, 4);
        chown(".", config.c_ctdluid, gid);
-       sleep(1);
        progress("Setting file permissions", 1, 4);
        chown(file_citadel_config, config.c_ctdluid, gid);
-       sleep(1);
        progress("Setting file permissions", 2, 4);
 
        snprintf(aaa, sizeof aaa,
                         "%schkpwd",
                         ctdl_sbin_dir);
        chown(aaa,0,0); /*  config.c_ctdluid, gid); chkpwd needs to be root owned*/
-       sleep(1);
        progress("Setting file permissions", 3, 4);
        chmod(aaa, 04755); 
 
-       sleep(1);
        progress("Setting file permissions", 3, 4);
        chmod(file_citadel_config, S_IRUSR | S_IWUSR);
-       sleep(1);
        progress("Setting file permissions", 4, 4);
 
        /*