From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] web-user-interface: Removed 'dial.cgi' from lfs-file Date: Wed, 11 Oct 2017 18:08:30 +0200 Message-ID: <20171011160830.3642-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3957945580423383147==" List-Id: --===============3957945580423383147== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 'dial.cgi' was removed in https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3Ddc6ed83537e1bcc1347= ad16bee095ef4d641bc69 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/web-user-interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/web-user-interface b/lfs/web-user-interface index 3e9eb9aba..0c5688252 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -64,7 +64,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chown -R root:root /srv/web/ipfire chmod -R 755 /srv/web/ipfire/cgi-bin chmod -R 644 /srv/web/ipfire/html - chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi= ,dial.cgi,images,include,themes,themes/*,themes/*/*} + chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi= ,images,include,themes,themes/*,themes/*/*} ln -svf ipfire /srv/web/ipfire/html/themes/ipfire-rounded =20 # Reset permissions of redirect templates and theme directories --=20 2.14.2 --===============3957945580423383147==--