aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-03 13:49:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-03 13:49:52 +0000
commit77174668b31f52d9db4c1c4a713b4b69a283bff5 (patch)
tree4500833209a3876ba172568b5d7a96891588fa07 /misc
parentac0f8f6791c37050417294b19de8f7adc8ec1987 (diff)
downloadports-77174668b31f52d9db4c1c4a713b4b69a283bff5.tar.gz
ports-77174668b31f52d9db4c1c4a713b4b69a283bff5.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/linux-opengroupware/files/INSTALL.fbsd9
-rw-r--r--misc/linux-opengroupware/files/zidestore.sh.sample3
2 files changed, 10 insertions, 2 deletions
diff --git a/misc/linux-opengroupware/files/INSTALL.fbsd b/misc/linux-opengroupware/files/INSTALL.fbsd
index 7f8d621e9785..90a9fb2aa1e2 100644
--- a/misc/linux-opengroupware/files/INSTALL.fbsd
+++ b/misc/linux-opengroupware/files/INSTALL.fbsd
@@ -144,8 +144,15 @@ INSTALLATION WALKTHROUGH:
6) Start OpenGroupware:
+ Copy /usr/local/etc.rc.d/ogo.sh.sample to ogo.sh and zidestore.sh.sample too.
- `/usr/local/etc/rc.d/ogo.sh.sample start`
+ Now edit both these files and find:
+ "./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore -WOHttpAllowHost '(localhost, you.yourdomain.org)'>>${LOG} 2>&1 &" in it.
+ Next, you have to modifie you.yourdomain.org to reflect your configuration.
+
+ After you have modified these files, just do a
+ `/usr/local/etc/rc.d/ogo.sh. start`
+ `/usr/local/etc/rc.d/zidetore.sh. start`
7) There are some other startscripts in /usr/local/etc/rc.d too:
diff --git a/misc/linux-opengroupware/files/zidestore.sh.sample b/misc/linux-opengroupware/files/zidestore.sh.sample
index b4b55c2a8b22..bf5bdfdc0302 100644
--- a/misc/linux-opengroupware/files/zidestore.sh.sample
+++ b/misc/linux-opengroupware/files/zidestore.sh.sample
@@ -25,7 +25,8 @@ start)
[ -x ${ZIDE_BIN} ] && {
su -l ${OGO_USER} -c \
- "./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore >>${LOG} 2>&1 &"
+#the next line must be comment out and modified to reflect your configuration in order to start OpenGroupware
+# "./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore -WOHttpAllowHost '(localhost, you.yourdomain.org)'>>${LOG} 2>&1 &"
echo 'ZideStore started.'
echo "**** RECEIVED 'start' from STARTSCRIPT at `date` ****" >>${LOG}
}