* [PATCH] Suggestion: Related to BUG11494 - removed PRINT-line in 'extrahd.pl'
@ 2017-10-03 13:40 Matthias Fischer
2017-10-04 15:47 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2017-10-03 13:40 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]
Just a suggestion - I don't want it to be forgotten - so I deleted
the useless(!?) line 51 in '/config/extrahd.pl'.
As shown in https://forum.ipfire.org/viewtopic.php?f=50&t=19563#p111055
PRINT-output somehow garbles bash-prompt.
Starting 'extrahd.pl' from console:
...
root(a)ipfire: /var/ipfire/extrahd/bin # ./extrahd.pl scanhd ide
...
Leads to:
...
scanhd ideroot(a)ipfire: /var/ipfire/extrahd/bin #
^^^^^^^^^^
...
I think its just a forgotten debug line.
Jm2C - Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
| 2 --
1 file changed, 2 deletions(-)
--git a/config/extrahd/extrahd.pl b/config/extrahd/extrahd.pl
index 3c6fa0280..3b57e9230 100644
--- a/config/extrahd/extrahd.pl
+++ b/config/extrahd/extrahd.pl
@@ -48,8 +48,6 @@ close FILE;
############################################################################################################################
############################################################################################################################
-print "$ARGV[0] $ARGV[1]";
-
if ( "$ARGV[0]" eq "mount" ) {
system("/bin/cp -f /etc/fstab $fstab");
--
2.14.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Suggestion: Related to BUG11494 - removed PRINT-line in 'extrahd.pl'
2017-10-03 13:40 [PATCH] Suggestion: Related to BUG11494 - removed PRINT-line in 'extrahd.pl' Matthias Fischer
@ 2017-10-04 15:47 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-10-04 15:47 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]
Hi,
yes this is certainly debugging code.
I will merge this as soon as patchwork is back from being updated.
Best,
-Michael
On Tue, 2017-10-03 at 15:40 +0200, Matthias Fischer wrote:
> Just a suggestion - I don't want it to be forgotten - so I deleted
> the useless(!?) line 51 in '/config/extrahd.pl'.
>
> As shown in https://forum.ipfire.org/viewtopic.php?f=50&t=19563#p111055
> PRINT-output somehow garbles bash-prompt.
>
> Starting 'extrahd.pl' from console:
> ...
> root(a)ipfire: /var/ipfire/extrahd/bin # ./extrahd.pl scanhd ide
> ...
>
> Leads to:
> ...
> scanhd ideroot(a)ipfire: /var/ipfire/extrahd/bin #
> ^^^^^^^^^^
> ...
>
> I think its just a forgotten debug line.
>
> Jm2C - Best,
> Matthias
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/extrahd/extrahd.pl | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/config/extrahd/extrahd.pl b/config/extrahd/extrahd.pl
> index 3c6fa0280..3b57e9230 100644
> --- a/config/extrahd/extrahd.pl
> +++ b/config/extrahd/extrahd.pl
> @@ -48,8 +48,6 @@ close FILE;
> #############################################################################
> ###############################################
> #############################################################################
> ###############################################
>
> -print "$ARGV[0] $ARGV[1]";
> -
> if ( "$ARGV[0]" eq "mount" ) {
> system("/bin/cp -f /etc/fstab $fstab");
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-04 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03 13:40 [PATCH] Suggestion: Related to BUG11494 - removed PRINT-line in 'extrahd.pl' Matthias Fischer
2017-10-04 15:47 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox