Date: Mon, 19 Dec 2005 18:44:09 -0500 From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: frank@opengroupware.org Subject: ports/90669: Update port: misc/linux-opengroupware Message-ID: <E1EoUfp-0000Nu-3w@quenix1.dyndns.org> Resent-Message-ID: <200512192350.jBJNo2ZL059797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90669 >Category: ports >Synopsis: Update port: misc/linux-opengroupware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 19 23:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 6.0-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Dec 4 10:42:56 EST 2005 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/OCEAN i386 >Description: - Add a modification in files/zidestore.sh.sample - Add this information in files/INSTALL.fbsd in order that administrators can do what they have to do... >How-To-Repeat: >Fix: --- patch-misc-linux-opengroupware begins here --- diff -urN misc/linux-opengroupware.orig/files/INSTALL.fbsd misc/linux-opengroupware/files/INSTALL.fbsd --- misc/linux-opengroupware.orig/files/INSTALL.fbsd Mon Dec 19 18:34:51 2005 +++ misc/linux-opengroupware/files/INSTALL.fbsd Mon Dec 19 18:35:31 2005 @@ -144,8 +144,15 @@ 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 -urN misc/linux-opengroupware.orig/files/zidestore.sh.sample misc/linux-opengroupware/files/zidestore.sh.sample --- misc/linux-opengroupware.orig/files/zidestore.sh.sample Mon Dec 19 18:34:51 2005 +++ misc/linux-opengroupware/files/zidestore.sh.sample Mon Dec 19 18:35:09 2005 @@ -25,7 +25,8 @@ [ -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} } --- patch-misc-linux-opengroupware ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EoUfp-0000Nu-3w>