[OGo-Users] after renaming the ogo-webui binary the background colors is lost
Sebastian Reitenbach
users@opengroupware.org
Fri, 31 Aug 2007 14:14:00 +0200
users@opengroupware.org wrote:
> On 31.08.2007, at 13:12, Sebastian Reitenbach wrote:
> > I copied the ogo-webui-1.1 binary to blah-webui-1.1
>
> Why would you do that? If you need different configuration or even
> binaries, setup GNUstep deployment pathes and install into those.
I installed the rpm packages on opensuse 10.2.
this snippet from the /etc/init.d/ogo-webui script prevents me from running
more than one ogo-webui-1.1 instance. Therefore I thought, I rename the
binary and I am fine.
Copying it into another directory, doesn't matter.
pidof gives me the same result.
start()
{
PID=`/sbin/pidof "${BIN}"`
if [ -n "${PID}" ]; then
echo -en "${PROG} already runs!"
else
so I still don't know why the colors are missing when I rename the binary,
and whether I can prevent it, without the need recompiling ogo.
thanks
Sebastian