Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Managing Software Updates



On Sep 26, 2005, at 12:57 PM, John Buell wrote:

I'm retreading here, but I haven't had time to play with this again until
now. And with a new security update out late last week, I really want to get
this working.

For this particular preference, you have to use different defaults commands depending on how you're going to do updates. If you're going to use the GUI app, do the following:


defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://..../";

Note that there is NOT a ".plist" at the end of the com.apple.SoftwareUpdate. To verify that your setting was written, do:

defaults read /Library/Preferences/com.apple.SoftwareUpdate (again, no .plist). If you simply do 'defaults read com.apple.SoftwareUpdate' it never shows the CatalogURL item.

If you're going to use the command line tool (which will enable doing the updates remotely), do:

sudo defaults write com.apple.SoftwareUpdate CatalogURL "http://..../";

That writes the preference only for the root user. Since the softwareupdate command has to be run as root, that takes care of it.

Matt


=================================================================================== CONFIDENTIALITY NOTICE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you are not the intended recipient, you may not review, copy or distribute this message. If you have received this email in error, please notify the sender immediately and delete the original message. Neither the sender nor the company for which he or she works accepts any liability for any damage caused by any virus transmitted by this email. =================================================================================== _______________________________________________ Do not post admin requests to the list. They will be ignored. Client-management mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/client-management/email@hidden

This email sent to email@hidden
References: 
 >Re: Managing Software Updates (From: John Buell <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.