summaryrefslogtreecommitdiff
path: root/misc/linux-opengroupware/files/ogo.sh.sample
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-10 23:32:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-10 23:32:25 +0000
commitf1e0440b41da5e971423dcf71b030a538903a6c3 (patch)
tree7619c8e9dbc2adcbbf4aecb898ca136a646db973 /misc/linux-opengroupware/files/ogo.sh.sample
parentMove ports to a newly created net-im category: (diff)
- Fix fetching
- Add two missing symlinks in LINUXBASE/lib - Load graphics with Apache - Force administrators to configure software before first startup - SHA256 PR: ports/85191 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: Frank Reppin <fr@skyrix.com> (maintainer)
Notes
Notes: svn path=/head/; revision=147862
Diffstat (limited to 'misc/linux-opengroupware/files/ogo.sh.sample')
-rw-r--r--misc/linux-opengroupware/files/ogo.sh.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/linux-opengroupware/files/ogo.sh.sample b/misc/linux-opengroupware/files/ogo.sh.sample
index bd993f9797b8..0051606473a3 100644
--- a/misc/linux-opengroupware/files/ogo.sh.sample
+++ b/misc/linux-opengroupware/files/ogo.sh.sample
@@ -25,7 +25,8 @@ start)
[ -x ${OGO_BIN} ] && {
su -l ${OGO_USER} -c \
- "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware >>${LOG} 2>&1 &"
+# the next line must be comment out and modified to reflect your configuration in order to start OpenGroupware
+# "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware -WOHttpAllowHost '(localhost, you.yourdomain.org)' >>${LOG} 2>&1 &"
echo 'OpenGroupware started.'
echo "**** RECEIVED 'start' from STARTSCRIPT at `date` ****" >>${LOG}
}