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 64dc6c92f1b61b54744812c7de7a324ff648cdf9 (commit) from b4f6d69810f8953ebfacdfa9877abaf5a573d310 (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 64dc6c92f1b61b54744812c7de7a324ff648cdf9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon May 10 21:33:51 2010 +0200
Remove output of "ipsecctrl R". :
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 2 +- src/misc-progs/ipsecctrl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 0294b1c..6af5ed4 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -582,7 +582,7 @@ END $cahash{$key}[1] = &Header::cleanhtml(getsubjectfromcert ("${General::swroot}/ca/$cgiparams{'CA_NAME'}cert.pem")); &General::writehasharray("${General::swroot}/vpn/caconfig", %cahash);
- my $temp = `/usr/local/bin/ipsecctrl R`; + system('/usr/local/bin/ipsecctrl', 'R'); sleep $sleepDelay;
UPLOADCA_ERROR: diff --git a/src/misc-progs/ipsecctrl.c b/src/misc-progs/ipsecctrl.c index aa6b8a4..aa0f41c 100644 --- a/src/misc-progs/ipsecctrl.c +++ b/src/misc-progs/ipsecctrl.c @@ -198,7 +198,7 @@ int main(int argc, char *argv[]) { }
if (strcmp(argv[1], "R") == 0) { - safe_system("/usr/sbin/ipsec whack --rereadall"); + safe_system("/usr/sbin/ipsec whack --rereadall >/dev/null"); exit(0); }
hooks/post-receive -- IPFire 2.x development tree