1. 22 Oct, 2020 1 commit
    • Alessandro Rubini's avatar
      /etc/init.d/lldpd.sh: fix another bashism · 41cb64f1
      Alessandro Rubini authored
      This removes "printf -v <outputvar> <format> ..." which is only
      available in bash.
      
      These needless incompatible extensions to standard commands are a
      source of endless headaches.
      
      In this case, my previous "fix" to this file was incomplete, because
      I didn't not the braindead "printf -v" command.
      
      Also, this changes the shebang to call sh (which is already done by rcS,
      only the interactive execution now uses sh instead of bash).
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      41cb64f1
  2. 20 Oct, 2020 1 commit
  3. 14 Oct, 2020 8 commits
  4. 12 Oct, 2020 4 commits
  5. 11 Oct, 2020 3 commits
  6. 09 Oct, 2020 23 commits