* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fe30713604357bf8e7d62aa7e0d4c39402699938
@ 2014-02-04 11:48 git
0 siblings, 0 replies; only message in thread
From: git @ 2014-02-04 11:48 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1701 bytes --]
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 fe30713604357bf8e7d62aa7e0d4c39402699938 (commit)
from 808465682327a3e8d3dd8e6a3ae247d36751041f (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 fe30713604357bf8e7d62aa7e0d4c39402699938
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Feb 4 12:48:01 2014 +0100
firewall.cgi: Fix path to firewall-lib.pl.
-----------------------------------------------------------------------
Summary of changes:
html/cgi-bin/firewall.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files:
diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi
index 6f4e10b..32aa93c 100644
--- a/html/cgi-bin/firewall.cgi
+++ b/html/cgi-bin/firewall.cgi
@@ -29,7 +29,7 @@ no warnings 'uninitialized';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/lang.pl";
require "${General::swroot}/header.pl";
-require "${General::swroot}/firewall/bin/firewall-lib.pl";
+require "/usr/lib/firewall/firewall-lib.pl";
unless (-d "${General::swroot}/firewall") { system("mkdir ${General::swroot}/firewall"); }
unless (-e "${General::swroot}/firewall/settings") { system("touch ${General::swroot}/firewall/settings"); }
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-04 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-04 11:48 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fe30713604357bf8e7d62aa7e0d4c39402699938 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox