Alternate account: @woelkchen@piefed.world

  • 14 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle











  • Why on earth would the permissions on /var/lock be something for systemd to decide?

    Because – as LWN explains – there no longer is an overarching standards body who makes the decision, so anybody can make up their own.

    Debian’s continued use of UUCP-style locking does seem to be more than a little bit dated. The FHS 3.0 is clearly reaching the end of its useful life, if not actually expired.

    Seems like Debian is more the outlier here.







  • Much of distribution development is writing menial scripts and SPEC files. It’s tedious work with little creativity. The last SPEC file for an RPM package I wrote from scratch was years ago but it was so tedious work. The Arch maintainers even argue that their PKGBUILD files are so simple, they don’t pass the so-called threshold of originality and therefore are public domain anyway.

    Much can be (and probably already is) automated. Compilation directives like CMake files already contain all the info needed to generate a workable if a bit bare bones SPEC file. I’d say an LLM might even be overkill for what a script could also achieve. The result is public domain anyway.