summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-09-17 04:06:28 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-09-17 04:06:28 +0000
commitf95a4f2995b7b811c30555137a7899d62b5e5de1 (patch)
tree10d0b988fbe5a6d43377088b5376b1ef000cd4e3 /editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh
parentAdd XFree86-4-Server-snap (diff)
Make it easier for people, move a big chunk of the startup
wrapper out into a script included by soffice.sh. This way there aren't any traps at first startup time and people hopefully don't ask the same questions anymore. At the same time, make more substitutions, also in oo_setup.resp. Approved by: marcus (portsmgr)
Notes
Notes: svn path=/head/; revision=89015
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh b/editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh
new file mode 100644
index 000000000000..ad1235c24e01
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-desktop+scripts+soffice.sh
@@ -0,0 +1,11 @@
+--- ../desktop/scripts/soffice.sh.orig Wed Sep 17 05:21:54 2003
++++ ../desktop/scripts/soffice.sh Wed Sep 17 05:24:59 2003
+@@ -233,6 +233,8 @@
+ PATH="$sd_prog":$PATH
+ export PATH
+
++. $sd_prog/freebsd-local.sh
++
+ # execute soffice binary
+ exec "$sd_prog/$sd_binary" "$@"
+