]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-signal.patch
- use ueagle-atm4.spec
[packages/eagle-usb.git] / eagle-usb-signal.patch
1 diff -urN eagle-usb-1.9.9.1.org/pppoa/pppoa.c eagle-usb-1.9.9.1/pppoa/pppoa.c
2 --- eagle-usb-1.9.9.1.org/pppoa/pppoa.c 2004-08-26 22:47:54.000000000 +0200
3 +++ eagle-usb-1.9.9.1/pppoa/pppoa.c     2004-11-25 16:58:45.505353135 +0100
4 @@ -193,7 +193,7 @@
5      InitPPP();
6  
7      /* Set-up signal handlers: */
8 -    signal(SIGTERM, SIG_IGN);
9 +    signal(SIGTERM, sigEndSession);
10      signal(SIGINT, SIG_IGN);
11      signal(SIGHUP, sigEndSession);
12  
This page took 0.054798 seconds and 3 git commands to generate.