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, next has been updated
       via  2b4593b27f802a0a75ab8939a35d6a972b970d90 (commit)
      from  8e27b3ca86497fc1843749dcfb1f3eecf5a6afbd (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 2b4593b27f802a0a75ab8939a35d6a972b970d90
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Feb 4 16:01:43 2014 +0100

    backup.pl: remove wrong curly bracket.

-----------------------------------------------------------------------

Summary of changes:
 config/backup/backup.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Difference in files:
diff --git a/config/backup/backup.pl b/config/backup/backup.pl
index 3172d6d..f4823fc 100644
--- a/config/backup/backup.pl
+++ b/config/backup/backup.pl
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2014  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -124,7 +124,6 @@ elsif ($ARGV[0] eq 'restore') {
 	rmtree("${General::swroot}/portfw");
   }
   system("/usr/local/bin/firewallctrl");
- }
 
   # Convert old OpenVPN CCD files (CN change, core 75).
   system("/usr/local/bin/convert-ovpn");


hooks/post-receive
--
IPFire 2.x development tree