RobertBerger

Untitled

Apr 7th, 2026
8,511
0
Never
53
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. From cb00938476368cf7c9be2927c4f7d46b31404a55 Mon Sep 17 00:00:00 2001
  2. From: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
  3. Date: Tue, 7 Apr 2026 19:20:21 +0000
  4. Subject: [PATCH] fixed fi in check-config.sh
  5.  
  6. Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
  7. Upstream-Status: Inappropriate [embedded specific]
  8. ---
  9.  src/import/contrib/check-config.sh | 2 +-
  10.  1 file changed, 1 insertion(+), 1 deletion(-)
  11.  
  12. diff --git a/src/import/contrib/check-config.sh b/src/import/contrib/check-config.sh
  13. index b7e4049..bed6bb5 100755
  14. --- a/src/import/contrib/check-config.sh
  15. +++ b/src/import/contrib/check-config.sh
  16. @@ -255,9 +255,9 @@ echo 'Optional Features:'
  17.  {
  18.         if [ "$kernelMajor" -lt 6 ] || [ "$kernelMajor" -eq 6 -a "$kernelMinor" -le 1 ]; then
  19.                 check_flags CGROUP_PIDS
  20. +       fi
  21.  }
  22.  {
  23. -       fi
  24.         # Kernel v5.8+ removes MEMCG_SWAP_ENABLED and deprecates MEMCG_SWAP.
  25.         if [ "$kernelMajor" -lt 5 ] || [ "$kernelMajor" -eq 5 -a "$kernelMinor" -lt 8 ]; then
  26.                 CODE=${EXITCODE}
  27. --
  28. 2.34.1
  29.  
Advertisement