From: Adolf Belka Date: Thu, 22 Sep 2022 11:43:10 +0000 (+0200) Subject: manualpages: Correct link to wiki for Network (other) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75bbee2ae34e169393fe00e90b84ab0c8e3fdb5b;p=people%2Fms%2Fipfire-2.x.git manualpages: Correct link to wiki for Network (other) - 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 Reviewed-by: Bernhard Bitsch --- diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index c0cefed5e8..0b904de42f 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -22,7 +22,7 @@ services.cgi=configuration/status/services media.cgi=configuration/status/drives netexternal.cgi=configuration/status/network_ext netinternal.cgi=configuration/status/network_int -netother.cgi=configuration/status/network_int +netother.cgi=configuration/status/network_other netovpnrw.cgi=configuration/status/network_ovpnrw #netovpnsrv.cgi= wio.cgi=addons/wio diff --git a/tools/check_manualpages.pl b/tools/check_manualpages.pl old mode 100644 new mode 100755