#3431 PR merged: Change all ReaR scripts that mention the old name _input-output-functions.sh

Labels: cleanup, fixed / solved / done

jsmeix opened issue at 2025-03-18 10:57:

Changed all ReaR scripts that mention the old name
_input-output-functions.sh (happens only in comments)
to show the new name _framework-setup-and-functions.sh

The only file in ReaR which is not a script in usr/share/rear/
that mentions the old name _input-output-functions.sh
is doc/rear-release-notes.txt therein those two places:

# cat -n doc/rear-release-notes.txt | grep -2 '_input-output-functions\.sh'
  1400  Merge pull request #3037 :
  1401  Avoid multiple 'set -x' messages for one message output function call (like LogPrint):
  1402  In lib/_input-output-functions.sh use '2>>/dev/$DISPENSABLE_OUTPUT_DEV'
  1403  for all functions that output messages (print on the terminal or log something)
  1404  to avoid that in debugscript mode 'set -x' debug messages
--
  2041
  2042
  2043  Update _input-output-functions.sh :
  2044  Since https://github.com/rear/rear/commit/74de0966a5f21fb41531e9d4711932b6df83856a
  2045  the default USER_INPUT_INTERRUPT_TIMEOUT is 10 seconds

Also changed all ReaR scripts that mention the old name
framework-functions.sh (happens only in comments)
to show the new name _framework-setup-and-functions.sh

jsmeix commented at 2025-03-18 11:34:

@rear/contributors
I would like to "just merge" it late afternoon today
because it only changes comments


[Export of Github issue for rear/rear.]