Re: StartupItem & Mac OS X 10.4 & later
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Oct 10, 2006, at 10:04 AM, Dave Zarzycki wrote: Not to leave you in the dark, here is a link: http://developer.apple.com/documentation/Networking/Conceptual/SystemConfigF... davez _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... - there is no dependency mechanism such as "only start when network is initialized". The problem is that the network is never done initializing on a modern operating system. It can and will change at runtime. If you fix your daemon to deal with that, then the so-called "dependancy" evaporates. We have found this to be true of all dependencies. They're just declarations of assumptions about how the world won't change on them. Once you fix software to deal with reality, then the need for "dependencies" goes away. This email sent to site_archiver@lists.apple.com
participants (1)
-
Dave Zarzycki