From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. dc6ed83537e1bcc1347ad16bee095ef4d641bc69 Date: Tue, 10 Oct 2017 12:46:25 +0100 Message-ID: <20171010114626.012C11081BCF@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0903251363965955003==" List-Id: --===============0903251363965955003== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller Date: Mon Oct 9 22:06:33 2017 +0200 delete unused dial.cgi file =20 Signed-off-by: Peter M=C3=BCller Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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/co= mmon/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 =20 +# Remove files +rm -vf \ + /srv/web/ipfire/html/dial.cgi + # update linker config ldconfig =20 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 --===============0903251363965955003==--