]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2004 15:59:56 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-signal.patch -> 1.1

eagle-usb-signal.patch [new file with mode: 0644]

diff --git a/eagle-usb-signal.patch b/eagle-usb-signal.patch
new file mode 100644 (file)
index 0000000..cae8f38
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN eagle-usb-1.9.9.1.org/pppoa/pppoa.c eagle-usb-1.9.9.1/pppoa/pppoa.c
+--- eagle-usb-1.9.9.1.org/pppoa/pppoa.c        2004-08-26 22:47:54.000000000 +0200
++++ eagle-usb-1.9.9.1/pppoa/pppoa.c    2004-11-25 16:58:45.505353135 +0100
+@@ -193,7 +193,7 @@
+     InitPPP();
+     /* Set-up signal handlers: */
+-    signal(SIGTERM, SIG_IGN);
++    signal(SIGTERM, sigEndSession);
+     signal(SIGINT, SIG_IGN);
+     signal(SIGHUP, sigEndSession);
This page took 0.065664 seconds and 4 git commands to generate.