On 01/04/2017 01:17 PM, Niemand Sonst wrote: > Hallo, > > a user reported, that gmoccapy crashes when he have gmoccapy running and > than start linuxcnc the second time. > He gets the message that linuxcnc is still running .. > If you say yes, gmoccapy crashes. > > As far as I found: I need to add gmoccapy to line 575 of > /scripts/linuxcnc to ensure the PID is killed correctly. > I tested that and it does work as expected. > > So my question is, why is the script linuxcnc marked with gitignore??? > I like to push my changes, how can I do that, without changing gitignore? > > @Chris Morley: I think gscreen should also be included.
linuxcnc is generated from linuxcnc.in, so it gets ignored just like .o files and other generated files do. Make your modification to linuxcnc.in. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
