Chris Ridd, thanks!
That's all right!
======= 2008-07-03 15:06:30 您在来信中写道:=======
>
>On 3 Jul 2008, at 04:09, 王景民 wrote:
>
>> when i modify the /System/Library/LaunchDaemons/
>> com.apple.securityd.plist
>> to
>> <string>com.apple.securityd<string>
>> <string>-s aggressive<string>
>> or
>> <string>-s on<string>
>> the computer can't start,it stop at start time.
>> Is it a bug of leopard(10.5)?
>>>
>
>That doesn't look quite like the com.apple.securityd.plist file on my
>machine, which is (AFAIK) unmodified from what Apple ship.
>
>But the thing you're missing is that the ProgramArguments is an array
>of strings to pass to exec() so you'd want something like this:
>
> <key>ProgramArguments</key>
> <array>
> <string>/usr/sbin/securityd</string>
> <string>-s</string>
> <string>on</string>
> </array>
>
>Cheers,
>
>Chris
>
= = = = = = = = = = = = = = = = = = = =
致
礼!
王景民
email@hidden
2008-07-04
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Apple-cdsa mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/apple-cdsa/email@hidden
This email sent to email@hidden