-Bill
Hi,
Thanks
--
You received this message because you are subscribed to the
"TextWrangler Talk" discussion group on Google Groups.
To post to this group, send email to textwr...@googlegroups.com
To unsubscribe from this group, send email to
textwrangler...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/textwrangler?hl=en
If you have a feature request or would like to report a problem,
please email "sup...@barebones.com" rather than posting to the group.
If what you provided is exact case spelling..
From terminal...
cd /System/Library/CoreServices/
Backup the file first:
sudo cp SystemVersion.plist SystemVersion.plist.orig
Then edit with vi:
sudo vi SystemVersion.plist
Sudo'ing will prompt you for you machine password and open the file
for edit as root. If you have never used "vi" for editing, look up the
instructions.
-Bill
/System/Library/CoreServices
please email "sup...@barebones.com" rather than posting to the group.
If that is the actual file (on your Mac) you're trying to edit*,
TextWrangler should be able to modify it once you authenticate.
If however you're attempting to modify an equivalent file on a connected
filesystem, that may or may not work.
[* NB that in general it is not a good idea to manually edit *anything*
within /System.]
Regards,
Patrick Woolsey
==
Bare Bones Software, Inc. <http://www.barebones.com>
P.O. Box 1048, Bedford, MA 01730-1048
-Bill
Regards,
--
You received this message because you are subscribed to the
"TextWrangler Talk" discussion group on Google Groups.
To post to this group, send email to textwr...@googlegroups.com
To unsubscribe from this group, send email to
textwrangler...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/textwrangler?hl=en
If you have a feature request or would like to report a problem,
please email "sup...@barebones.com" rather than posting to the group.
Hi Bill,
Sorry but that's not the case: you can use the direct download version of
TextWrangler to modify any local file that you (i.e. your login account)
can open, including the one mentioned in this thread. :)
[In the event you need to edit a file which you can't open, you will then
have to modify its permissions first.]
Now if you run TextWrangler as root it will work. The easiest way to
do that is to do this command:
From terminal...
sudo open -a TextWrangler <path/filename>
That will run text wrangler as root and let you edit the file and save
it properly without messing up permissions.
-Bill
Hi Bill,
Regards,
--
>I've tried it and no it will not!
Hi Bill,
That should work, so (provided you're using the direct version) please drop
a note to support and we'll take a look.
>Now if you run TextWrangler as root it will work. [...]
We strongly recommend against doing that, which is why we built support for
auth saves into the app.
-Bill
Willis Ross <z1r...@gmail.com> wrote:
Hi Bill,
Regards,
--
> I've tried it and no it will not!
I tried it too and it worked, with unlocking the file first (the pencil button on the very left, which is crossed out when you open the file), then changing something and saving the change. For that I had to authenticate as administrator, root was not needed.
The ownership remained with root:wheel (System 10.6.8).
Best
Thomas