summaryrefslogtreecommitdiff
path: root/misc/openoffice3-bin/files/soffice
blob: aad31dade27a8d76b73853adc2a1e60b4e961414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
#	$NetBSD: soffice,v 1.2 2010/03/02 22:57:03 bad Exp $
#
SOINST=@@PREFIX@@/opt/openoffice.org@@OO_VER@@

# make sure we can find `whoami` on solaris
PATH=${PATH}:/usr/ucb

# add the chosen java directory to $PATH to allow OOo to
# automatically find it
PATH=${PATH}:@@JAVA_HOME@@

# default data seg size is too small for java
ulimit -d `ulimit -H -d`

exec ${SOINST}/program/soffice "$@"