./pkgtools/rc.d-boot, Run package rc.d scripts at boot on any supported OS

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240415, Package name: rc.d-boot-20240415, Maintainer: schmonz

This package runs all rc.conf-enabled rc.d scripts at boot time as one
"service" in your operating system's normal boot process.

DEINSTALL [+/-]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 22:25:07 by Amitai Schleier | Files touched by this commit (6) | Package updated
Log message:
rc.d-boot: update to 20240415. Changes for macOS:

- Compatibility with older launchd: don't rely on LaunchOnlyOnce,
  instead add rc.d-boot-fg that stays foregrounded
- Compatibility with pre-FileVault Tolerate fdesetup not being present (i.e., \ 
pre-FileVault)

Tested on 10.4 (Tiger) and 14.4.1 (Sonoma).
   2023-05-10 21:22:33 by Amitai Schleier | Files touched by this commit (2)
Log message:
During install, if FileVault is enabled, warn that per-user supervision
trees won't work. Bump version.
   2022-12-28 21:24:51 by Amitai Schleier | Files touched by this commit (2)
Log message:
rc.d-boot: fix references to rc.subr in previous (it will have gotten
installed to ${SYSCONFBASE}, not necessarily the same as
${PKG_SYSCONFDIR}). UNPRIVILEGED still works, says triaxx@. Bump
version.
   2022-12-17 22:36:11 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
rc.d-boot: Fix for unprivileged users on Darwin

pkgsrc changes:
---------------
  * Replace hardcoded /etc with ${PKG_SYSCONFDIR} to find rc.d scripts installed
    by unprivileged users.
  * For unprivileged bootstrap, the INSTALL script copies
    org.pkgsrc.rc.d-boot.plist to $HOME directory of the user who installs the
    package. This avoids making assumptions on the unprivileged user during the
    build process.
   2020-01-16 17:54:36 by Amitai Schleier | Files touched by this commit (1)
Log message:
Mollify pkglint.
   2020-01-16 17:47:32 by Amitai Schleier | Files touched by this commit (2)
Log message:
Specify Standard{Out,Error}Path for macOS launchd. Bump version.
   2019-01-26 22:12:54 by David A. Holland | Files touched by this commit (1)
Log message:
Remove pointless/vacuous logic clause.
   2019-01-26 22:11:48 by David A. Holland | Files touched by this commit (1)
Log message:
Use BROKEN_ON_PLATFORM for unsupported things meant to be fixed eventually.