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 dc6ed83537e1bcc1347ad16bee095ef4d641bc69 (commit)
from 436479a29fb81a66e66304a76862e48cddfaf424 (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 dc6ed83537e1bcc1347ad16bee095ef4d641bc69
Author: Peter Müller <peter.mueller(a)link38.eu>
Date: Mon Oct 9 22:06:33 2017 +0200
delete unused dial.cgi file
Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/web-user-interface | 1 -
config/rootfiles/core/115/update.sh | 4 ++++
html/html/dial.cgi | 4 ----
3 files changed, 4 insertions(+), 5 deletions(-)
delete mode 100644 html/html/dial.cgi
Difference in files:
diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface
index 531f8bd..d538b8a 100644
--- a/config/rootfiles/common/web-user-interface
+++ b/config/rootfiles/common/web-user-interface
@@ -108,7 +108,6 @@ srv/web/ipfire/html/captive/assets/favicon.ico
srv/web/ipfire/html/captive/assets/ipfire.png
srv/web/ipfire/html/captive/template.html
srv/web/ipfire/html/clwarn.cgi
-srv/web/ipfire/html/dial.cgi
srv/web/ipfire/html/favicon.ico
#srv/web/ipfire/html/images
srv/web/ipfire/html/images/IPFire.png
diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh
index efeb2d8..4b30cd8 100644
--- a/config/rootfiles/core/115/update.sh
+++ b/config/rootfiles/core/115/update.sh
@@ -38,6 +38,10 @@ openvpnctrl -kn2n
# Extract files
extract_files
+# Remove files
+rm -vf \
+ /srv/web/ipfire/html/dial.cgi
+
# update linker config
ldconfig
diff --git a/html/html/dial.cgi b/html/html/dial.cgi
deleted file mode 100644
index 7c7b7db..0000000
--- a/html/html/dial.cgi
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/perl
-
-print "Status: 302 Moved\n";
-print "Location: /cgi-bin/dial/index.cgi\n\n";
hooks/post-receive
--
IPFire 2.x development tree