[ppp] Make patches apply agagin.
[openwrt.git] / package / ppp / patches / 103-debian_fix_link_pidfile.patch
1 diff -Naur ppp-2.4.4.orig/pppd/main.c ppp-2.4.4/pppd/main.c
2 --- ppp-2.4.4.orig/pppd/main.c 2009-05-07 15:58:00.000000000 -0400
3 +++ ppp-2.4.4/pppd/main.c 2009-05-07 15:58:19.000000000 -0400
4 @@ -772,8 +772,7 @@
5 /* update pid files if they have been written already */
6 if (pidfilename[0])
7 create_pidfile(pid);
8 - if (linkpidfile[0])
9 - create_linkpidfile(pid);
10 + create_linkpidfile(pid);
11 exit(0); /* parent dies */
12 }
13 setsid();
This page took 0.061211 seconds and 5 git commands to generate.