On Fri, Mar 27, 2009 at 10:23 AM, Thomas M Steenholdt <[email protected]> wrote:

> Hi there...
>
> The dante socks client package (1.1.19-2) seems to have a bug, causing it
> to fail socksifying your system.
>
> Changing:
>
> [ ! -r /etc/socks.conf ] || disable
> [ ! -x /lib/libdsocks.so.0 ] || disable
>
> to
>
> [ -r /etc/socks.conf ] || disable
> [ -x /lib/libdsocks.so.0 ] || disable
>
> in the dsocksify.sysv portion of the spec-file, fixes the problem.
>
>
Thanks for the fix! I've applied this to the spec file.

kind regards,
Dries
_______________________________________________
users mailing list
[email protected]
http://lists.rpmforge.net/mailman/listinfo/users

Reply via email to