[Midnightbsd-cvs] [MidnightBSD/src] 2864df: Create an initial age verification daemon to compl...

Lucas Holt noreply at github.com
Sun Mar 8 18:54:52 EDT 2026


  Branch: refs/heads/feature/aged
  Home:   https://github.com/MidnightBSD/src
  Commit: 2864df9c2b643bcc0d427ebd0fc9ee03c5fca811
      https://github.com/MidnightBSD/src/commit/2864df9c2b643bcc0d427ebd0fc9ee03c5fca811
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-03-08 (Sun, 08 Mar 2026)

  Changed paths:
    M etc/mtree/BSD.var.dist
    M libexec/rc/rc.conf
    M libexec/rc/rc.d/Makefile
    A libexec/rc/rc.d/aged
    M usr.sbin/Makefile
    A usr.sbin/agectl/Makefile
    A usr.sbin/agectl/agectl.1
    A usr.sbin/agectl/agectl.c
    A usr.sbin/aged/Makefile
    A usr.sbin/aged/Makefile.depend
    A usr.sbin/aged/aged.8
    A usr.sbin/aged/aged.c

  Log Message:
  -----------
  Create an initial age verification daemon to comply with some age verification laws
in the following US states:
California (passed)
Colorado (pending)
Illinois (pending)

This will not comply with Brazil or the proposed law in New York. (they require ID checks)

This is not hooked up to the user creation flow yet at OS install time or integrated
with mport package manager.


  Commit: ad359f8170a32ded3ade3bc45f51ce2871450050
      https://github.com/MidnightBSD/src/commit/ad359f8170a32ded3ade3bc45f51ce2871450050
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-03-08 (Sun, 08 Mar 2026)

  Changed paths:
    M usr.sbin/aged/aged.c

  Log Message:
  -----------
  become a daemon


  Commit: 34c95cca9c0d347bbbac2956d2b8c960b26cbc47
      https://github.com/MidnightBSD/src/commit/34c95cca9c0d347bbbac2956d2b8c960b26cbc47
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-03-08 (Sun, 08 Mar 2026)

  Changed paths:
    M usr.sbin/agectl/agectl.c
    M usr.sbin/aged/aged.c

  Log Message:
  -----------
  Cleanup formatting and fix a bug with date range setting


Compare: https://github.com/MidnightBSD/src/compare/2864df9c2b64%5E...34c95cca9c0d

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