diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-16 06:52:00 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-16 06:52:00 +0800 |
commit | e5db4c998ce9f42ad3818c0d430dfee8042cc80d (patch) | |
tree | 2ac6698a12d27844280a45f0b2e548705259e125 /editors | |
parent | bae64895978f56f05256d5e98a58ec9f41399e23 (diff) | |
download | freebsd-ports-gnome-e5db4c998ce9f42ad3818c0d430dfee8042cc80d.tar.gz freebsd-ports-gnome-e5db4c998ce9f42ad3818c0d430dfee8042cc80d.tar.zst freebsd-ports-gnome-e5db4c998ce9f42ad3818c0d430dfee8042cc80d.zip |
chmod is a wonderful thing -- it can do more than one thing at a time.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/staroffice60/pkg-message | 3 | ||||
-rw-r--r-- | editors/staroffice70/pkg-message | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/staroffice60/pkg-message b/editors/staroffice60/pkg-message index 9b8b7031b2d5..42cebc6c95ec 100644 --- a/editors/staroffice60/pkg-message +++ b/editors/staroffice60/pkg-message @@ -17,8 +17,7 @@ and crashes. Workaround: -# chmod 777 $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office -# chmod +s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office +# chmod a=rwx,+s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office $PREFIX is in most cases "/usr/local". Adding +s on the config directory does make it writable for later. diff --git a/editors/staroffice70/pkg-message b/editors/staroffice70/pkg-message index 9b8b7031b2d5..42cebc6c95ec 100644 --- a/editors/staroffice70/pkg-message +++ b/editors/staroffice70/pkg-message @@ -17,8 +17,7 @@ and crashes. Workaround: -# chmod 777 $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office -# chmod +s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office +# chmod a=rwx,+s $PREFIX/staroffice6.0/share/config/registry/instance/org/openoffice/Office $PREFIX is in most cases "/usr/local". Adding +s on the config directory does make it writable for later. |