From 676093c185198724972575438477171ae2c34bf3 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 1 May 2025 09:27:17 +0900 Subject: [PATCH] spec: launchd is no longer open-source launchd is apparently proprietary since OS X Yosemite v10.10 (2014). The last known open-source version is https://github.com/apple-oss-distributions/launchd/releases/tag/launchd-842.92.1 (OS X Mavericks v10.9.4). Signed-off-by: Akihiro Suda --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 378d917b..01bf7dff 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3826,7 +3826,7 @@ launchd - launchd is an open-source server management system that replaces init, inetd + launchd is a server management system that replaces init, inetd and cron on Apple Mac OS X versions 10.4 and above. It provides a common session bus address for each user and deprecates the X11-enabled D-Bus launcher on OSX.