[Midnightbsd-cvs] [MidnightBSD/src] 06eec2: prowld: add /var/db, /var/log, /var/run directorie...

Lucas Holt noreply at github.com
Sat Apr 18 17:14:01 EDT 2026


  Branch: refs/heads/feature/prowl
  Home:   https://github.com/MidnightBSD/src
  Commit: 06eec2b1fb1ad2684ca71c61b82ee43cb805f820
      https://github.com/MidnightBSD/src/commit/06eec2b1fb1ad2684ca71c61b82ee43cb805f820
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-18 (Sat, 18 Apr 2026)

  Changed paths:
    M etc/mtree/BSD.var.dist

  Log Message:
  -----------
  prowld: add /var/db, /var/log, /var/run directories to mtree

Adds the six directories created by prowld(8) at runtime to
BSD.var.dist so they are created at installworld time:

  /var/db/prowld          (0755) — persistent state
  /var/db/prowld/masked.d (0700) — mask symlinks (root-only)
  /var/log/prowld         (0750) — daemon log files
  /var/log/prowld/jobs    (0750) — per-job log files
  /var/run/prowld         (0755) — runtime sockets and pidfile
  /var/run/prowld/notify  (0700) — sd_notify sockets (root-only)

AI-Assisted-by: Claude Sonnet 4.6
Signed-off-by: Lucas Holt <luke at foolishgames.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications



More information about the Midnightbsd-cvs mailing list