This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 798023e9a64fb7689be2af50682f57938233ac77 (commit) from 64bd20c56c090bec348661686422842826360d1c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 798023e9a64fb7689be2af50682f57938233ac77 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jun 24 20:44:37 2010 +0200
ipsecctrl: increase delay after ipsec reload.
-----------------------------------------------------------------------
Summary of changes: src/misc-progs/ipsecctrl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/misc-progs/ipsecctrl.c b/src/misc-progs/ipsecctrl.c index d974d6c..ea3eda9 100644 --- a/src/misc-progs/ipsecctrl.c +++ b/src/misc-progs/ipsecctrl.c @@ -141,7 +141,7 @@ void turn_connection_on (char *name, char *type) { safe_system("/usr/sbin/ipsec reload >/dev/null"); memset(command, 0, STRING_SIZE); /* give ipsec time to be ready */ - safe_system("/bin/sleep 2"); + safe_system("/bin/sleep 5"); snprintf(command, STRING_SIZE - 1, "/usr/sbin/ipsec up %s >/dev/null", name); safe_system(command);
hooks/post-receive -- IPFire 2.x development tree