Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: How to disable Bonjour' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: How to disable Bonjour
Authored by: samkass on Jul 18, '05 12:27:54PM

Will doing a "load" undo this, or is re-enabling it more complicated than that?



[ Reply to This | # ]
10.4: How to disable Bonjour
Authored by: wgscott on Jul 18, '05 12:42:44PM

Using the unload -w flag is the equivalent of putting

<key>Disabled</key>
<true/>

into the plist file (have a look).

Using the load -w flag is the equivalent of putting

<key>Disabled</key>
<false/>

into the file



[ Reply to This | # ]