[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[4.0.1-0phase1v6] Minor problem with X wrapper



Hi,

 there's a minor problem with the last set of test debs, namely, in
 debian/local/xserver-wrapper.c it reads:

     if (!(strstr(xserver, "XF86_NONE"))) {

 which should be

     if (strstr(xserver, "XF86_NONE")) {

 The net effect is that the xserver wrapper won't start the server (if
 it's configured, it will complain it's not and will exit, and if it's
 not, well, it won't be able to start it :-)

 Branden already fixed his copy and the problem should not be present
 in v7.

 Greetings,

                                        Marcelo



Reply to: