1. 07 Oct, 2020 1 commit
    • Alessandro Rubini's avatar
      Fix monit problem with commit 9bc9dd16 · 8a971908
      Alessandro Rubini authored
      There is a monit-related problem in commit 9bc9dd16.
      
      The commit renames /etc/init.d/lldpd.sh into /etc/init.d/lldpd.bash
      whle adding a single stanza. Try "git diff e61eb08 9ebc5e2" to
      see the difference.
      
      But monit still uses the old name. Instead of changing monit
      (a two-liner, but adds noise because of .bash), this renames back
      the file to .sh and removes the needless bashism in the new stanza.
      
      Please note that calling stuff ".bash" makes no sense (suffixes
      make no sense most of the time!). The only thing rcS does is checking
      if the name is "*.sh", to just read it in the current shell instead
      of executing. So anything not ".sh" is executed, we don't need to
      special case .bash, .py or whatever.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      8a971908
  2. 14 Sep, 2020 1 commit
  3. 28 Aug, 2020 1 commit
  4. 13 Aug, 2020 1 commit
  5. 11 Jul, 2020 2 commits
  6. 06 Jul, 2020 1 commit
  7. 12 Jun, 2020 1 commit
  8. 11 Jun, 2020 3 commits
  9. 10 Jun, 2020 5 commits
  10. 09 Jun, 2020 3 commits
  11. 08 Jun, 2020 3 commits
  12. 26 May, 2020 1 commit
  13. 25 May, 2020 2 commits
  14. 22 May, 2020 7 commits
  15. 20 May, 2020 8 commits