From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] manualpages: Correct link to wiki for Network (other) Date: Thu, 22 Sep 2022 13:43:10 +0200 Message-ID: <20220922114310.3591739-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8069022606549896851==" List-Id: --===============8069022606549896851== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Network (other) help link was set to go to Network (internal) wiki page Link modified - Running the check_manualpages.pl script requires it to be executable so the= build changed the permissions mode from 644 to 755 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/cfgroot/manualpages | 2 +- tools/check_manualpages.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 =3D> 100755 tools/check_manualpages.pl diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index c0cefed5e..0b904de42 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -22,7 +22,7 @@ services.cgi=3Dconfiguration/status/services media.cgi=3Dconfiguration/status/drives netexternal.cgi=3Dconfiguration/status/network_ext netinternal.cgi=3Dconfiguration/status/network_int -netother.cgi=3Dconfiguration/status/network_int +netother.cgi=3Dconfiguration/status/network_other netovpnrw.cgi=3Dconfiguration/status/network_ovpnrw #netovpnsrv.cgi=3D wio.cgi=3Daddons/wio diff --git a/tools/check_manualpages.pl b/tools/check_manualpages.pl old mode 100644 new mode 100755 --=20 2.37.3 --===============8069022606549896851==--