summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/files/soffice
blob: 1a9723a14601664ac891e60ecb1c0599dad57710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
#	$NetBSD: soffice,v 1.3 2005/10/26 18:26:52 mrauch Exp $
#
SOINST=@@PREFIX@@/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 "$@"