• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: StartupItems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: StartupItems


  • Subject: Re: StartupItems
  • From: Kevin Van Vechten <email@hidden>
  • Date: Sun, 14 May 2006 19:58:40 -0700

It's somewhat ambiguous whether the provides line should be the class or the instance. I'd probably supply the class if the implementation is largely conformant to the standard. You might even consider supplying both. That way a dependent item could choose whether it trusts the generic match or if it prefers to match against the more specific case. However, it might be moot if no other startup items are likely to depend on this one.

Lastly, StartupItems are on their way out, and unless you're seeking compatibility with pre-Tiger (10.4) systems, you'd be better off using a launchd plist.

- Kevin

On May 14, 2006, at 3:42 PM, André-John Mas wrote:

Hi,

I am writing a startup item for an application called Miredo, and have the following
for my StartUpParameters.plist:


{
  Description     = "miredo client";
  Provides        = ("teredo");
  Requires        = ("ethertap","tun");
  OrderPreference = "None";
}

Does this look right? Should the provides be referring to the program name or the
'technology' being implemented. What I mean by this, is that Miredo is an implementation
of Teredo, so should I indicate provides 'teredo' or 'miredo'?


Andre

_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: StartupItems
      • From: "Finlay Dobbie" <email@hidden>
References: 
 >StartupItems (From: AndrĂ©-John Mas <email@hidden>)

  • Prev by Date: Need help building AVR toolchain
  • Next by Date: Re: Need help building AVR toolchain
  • Previous by thread: StartupItems
  • Next by thread: Re: StartupItems
  • Index(es):
    • Date
    • Thread