From: Art Cancro Date: Wed, 3 Jan 2007 15:33:52 +0000 (+0000) Subject: * Removed some of the extra sleep() calls in setup X-Git-Tag: v7.86~3710 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5105ca74af84bac12b0b64b715dab91a7fac52ea;p=citadel.git * Removed some of the extra sleep() calls in setup --- diff --git a/citadel/citadel.h b/citadel/citadel.h index f6511078e..7e6536ce5 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 2d03aefe6..d7bd4ed5b 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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) diff --git a/citadel/setup.c b/citadel/setup.c index 6b9cbc820..0e69e9564 100644 --- a/citadel/setup.c +++ b/citadel/setup.c @@ -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); /*