]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/ppp-2.4.2-signal.patch
Pakfire laedt die Listen jetzt besser und hat eine veraenderte Oberflaeche bekommen.
[ipfire-2.x.git] / src / patches / ppp-2.4.2-signal.patch
CommitLineData
cd1a2927
MT
1diff -ruN ppp-2.4.2.old/pppd/main.c ppp-2.4.2/pppd/main.c
2--- ppp-2.4.2.old/pppd/main.c 2004-01-13 05:00:34.000000000 +0100
3+++ ppp-2.4.2/pppd/main.c 2004-02-19 13:41:17.000000000 +0100
4@@ -1338,8 +1338,8 @@
5
6 act.sa_handler = SIG_IGN;
7 act.sa_flags = 0;
8- sigaction(sig, &act, &oldact);
9 kill(0, sig);
10+ sigaction(sig, &act, &oldact);
11 sigaction(sig, &oldact, NULL);
12 }
13