summaryrefslogtreecommitdiffstats
path: root/package/ppp/patches/103-debian_fix_link_pidfile.patch
blob: 175573db974e6ac1c86638011e8fabceda39762d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/pppd/main.c
+++ b/pppd/main.c
@@ -772,8 +772,7 @@ detach()
 	/* update pid files if they have been written already */
 	if (pidfilename[0])
 	    create_pidfile(pid);
-	if (linkpidfile[0])
-	    create_linkpidfile(pid);
+	create_linkpidfile(pid);
 	exit(0);		/* parent dies */
     }
     setsid();