On Sat, 04 Jun 2005 20:27:35 +0200
Torfinn Ingolfsen <[EMAIL PROTECTED]> wrote:

> Ok, so you just removed that line from tubo.c?

Reading the line in context shows that this might indeed be the correct
fix, here is the context:
#ifdef  __FreeBSD__
    /* This apparently does the bug workaround for wait failure
     * on FreeBSD 5.1: */
     if (kill(PID,SIGCONT) == 0) return TRUE;
#endif

Perhaps this should be removed, or at least fixed so that it only is
needed on FreeBSD 5.1.

> I wonder if this is the correct way to fix it, but anyway, I'm going
> to try it.

And it worked. I did a 'make extract' in the xfce4-fm port directory,
removed the offending line 'if (kill(PID...', and did a 'make deinstall'
followed by a 'make reinstall'.
Now xfsamba4 works like it did before.
-- 
Regards, 
Torfinn Ingolfsen,
Norway

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to