From 5105ca74af84bac12b0b64b715dab91a7fac52ea Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 3 Jan 2007 15:33:52 +0000 Subject: [PATCH] * Removed some of the extra sleep() calls in setup --- citadel/citadel.h | 2 +- citadel/configure.ac | 2 +- citadel/setup.c | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) 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); /* -- 2.39.2