• ISO@lemmy.zip
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      3 days ago

      man 7 hier is much older than linux itself. The 1994 start date in the article is not doing the history of the tradition justice.

      It would have been weirder if the creepy “init system” (with its 58 executables and counting, 52 + 6 arg0 links) dictating the future of that tradition didn’t raise some eye brows.

      • jbk@discuss.tchncs.de
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        3 days ago

        dictating the future

        so raise your concerns lmao (just “i don’t like it!!” doesn’t count btw)

    • Samueru_sama@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      3 days ago

      Most distros have /etc/ssl/certs/ca-certificates.crt, sometimes it is a symlink but that location is there in ubuntu, alpine, fedora and arch.

      edit: Also you can usually change this location with an env variable.

        • Samueru_sama@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 days ago

          That’s the real location of the certs, but once again they usually make a symlink in /etc/ssl/certs/ca-certificates.crt

          One library that is problematic is p11-kit, this one usually comes with a different path to the certs hardcoded and does not respect env variables unless it is compiled with a specific flag which no distro uses.

          So I had to do this hack to fix that library.