Via the send unix command (utilizing the current cosole user) I have tried to do
defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL
http://foo.bar.com:8088/
and I get the following error:
2008-02-01 11:01:30.698 defaults[15327:10b] Could not write domain com.apple.SoftwareUpdate; exiting
If I prepend it with a sudo It apparently fails looking for a password :
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
Any thoughts on what I should do here?