Include patch that fixes ports/62477.
This commit is contained in:
parent
650a40d237
commit
76ffe3c3d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106929
2 changed files with 18 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mpd
|
||||
PORTVERSION= 3.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= archie
|
||||
|
|
17
net/mpd/files/patch-aa
Normal file
17
net/mpd/files/patch-aa
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: src/pppoe.c
|
||||
===================================================================
|
||||
RCS file: /cvsroot/mpd/mpd/src/pppoe.c,v
|
||||
retrieving revision 1.9
|
||||
diff -u -r1.9 pppoe.c
|
||||
--- src/pppoe.c 19 Dec 2003 14:34:57 -0000 1.9
|
||||
+++ src/pppoe.c 12 Apr 2004 22:32:07 -0000
|
||||
@@ -222,6 +222,9 @@
|
||||
return;
|
||||
};
|
||||
|
||||
+ /* Create PPPOE node if necessary */
|
||||
+ PppoeNodeUpdate();
|
||||
+
|
||||
/* Create a new netgraph node */
|
||||
if (NgMkSockNode(NULL, &pe->csock, &pe->dsock) < 0) {
|
||||
Log(LG_ERR, ("[%s] PPPoE can't create ctrl socket: %s",
|
Loading…
Reference in a new issue