projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
ppp
/
patches
/
103-debian_fix_link_pidfile.patch
1
--- a/pppd/main.c
2
+++ b/pppd/main.c
3
@@ -772,8 +772,7 @@ detach()
4
/* update pid files if they have been written already */
5
if (pidfilename[0])
6
create_pidfile(pid);
7
- if (linkpidfile[0])
8
- create_linkpidfile(pid);
9
+ create_linkpidfile(pid);
10
exit(0); /* parent dies */
11
}
12
setsid();
This page took
0.046033 seconds
and
5
git commands to generate.