]> git.saurik.com Git - apple/launchd.git/blobdiff - launchd/src/rc
launchd-106.10.tar.gz
[apple/launchd.git] / launchd / src / rc
index 9a89261b3665f36f4c3ac12e952559d2b95deafc..551448af11f659a1747134a69cec288e0a8fb801 100644 (file)
@@ -252,11 +252,10 @@ if [ -f /Library/Preferences/com.apple.sharing.firewall.plist ]; then
 fi
 
 # Load [ideally on demand] daemons
-/usr/libexec/register_mach_bootstrap_servers /etc/mach_init.d
 if [ "${SafeBoot}" = "-x" ]; then
-       launchctl load /System/Library/LaunchDaemons
+       launchctl load /System/Library/LaunchDaemons /etc/mach_init.d
 else
-       launchctl load /Library/LaunchDaemons /System/Library/LaunchDaemons
+       launchctl load /Library/LaunchDaemons /System/Library/LaunchDaemons /etc/mach_init.d
        SystemStarter ${VerboseFlag}
 fi