Re: Disabling Rendezvous (cats and bugs)
Re: Disabling Rendezvous (cats and bugs)
- Subject: Re: Disabling Rendezvous (cats and bugs)
- From: Gnarlodious <email@hidden>
- Date: Sat, 22 May 2004 21:42:23 -0600
Entity Joshua See spoke thus:
>
Yeah but this would also do it, and not look like a cat walked on your
>
keyboard:
Hey, my cat takes offence at that!
>
do shell script "defaults write
>
/Library/Preferences/DirectoryService/DirectoryService Rendezvous
>
Inactive"
Uh oh, wonder if this is a bug?
Using "cat" :-)
>
>> the file before:
sudo cat /Library/Preferences/DirectoryService/DirectoryService.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Active Directory</key>
<string>Inactive</string>
<key>AppleTalk</key>
<string>Active</string>
<key>BSD</key>
<string>Inactive</string>
<key>Rendezvous</key>
<string>Active</string>
<key>Version</key>
<string>1.1</string>
</dict>
</plist>
>
>> the file after:
sudo cat /Library/Preferences/DirectoryService/DirectoryService.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Rendezvous</key>
<string>Inactive</string>
</dict>
</plist>
Guess I need to rebuild the file ...
>
> Any ideas? Apple Event? "Startup Services" shell command?
>
there is probably a CLI command to restart
>
the service cleanly, but I'm inclined to agree with others on the lists
>
that this is a bad idea in general.
I found some stuff suggesting a certain " mDNSResponder" can do it, have you
heard of such a command or service?
-- Gnarlie
Entourage 2oo4 fails to write sigs
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.