Date: Sat, 04 Jun 2005 20:58:37 +0200 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-stable@freebsd.org Subject: Re: xffm - xfsamba4 broken in 5-stable? Message-ID: <20050604205837.12afb237.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20050604202735.3198a818.torfinn.ingolfsen@broadpark.no> References: <429CA163.70608@icyb.net.ua> <20050604202735.3198a818.torfinn.ingolfsen@broadpark.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 04 Jun 2005 20:27:35 +0200 Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050604205837.12afb237.torfinn.ingolfsen>