* [PATCH] manualpages: Correct link to wiki for Network (other)
@ 2022-09-22 11:43 Adolf Belka
2022-09-22 11:45 ` Bernhard Bitsch
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-09-22 11:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]
- 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 <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/cfgroot/manualpages | 2 +-
tools/check_manualpages.pl | 0
2 files changed, 1 insertion(+), 1 deletion(-)
mode change 100644 => 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=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
--
2.37.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] manualpages: Correct link to wiki for Network (other)
2022-09-22 11:43 [PATCH] manualpages: Correct link to wiki for Network (other) Adolf Belka
@ 2022-09-22 11:45 ` Bernhard Bitsch
0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Bitsch @ 2022-09-22 11:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]
Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>
Am 22.09.2022 um 13:43 schrieb Adolf Belka:
> - 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 <adolf.belka(a)ipfire.org>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/cfgroot/manualpages | 2 +-
> tools/check_manualpages.pl | 0
> 2 files changed, 1 insertion(+), 1 deletion(-)
> mode change 100644 => 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=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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-22 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 11:43 [PATCH] manualpages: Correct link to wiki for Network (other) Adolf Belka
2022-09-22 11:45 ` Bernhard Bitsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox