Diff xl2tpd-1.3.18 with a xl2tpd-1.3.18-r1

/usr/portage/net-dialup/xl2tpd/xl2tpd-1.3.18-r1.ebuild 2023-10-09 14:52:33.356368448 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24

  
25 25
DOCS=( CREDITS README.md BUGS CHANGES TODO doc/README.patents )
26 26

  
27
PATCHES=(
28
	"${FILESDIR}/xl2tpd-1.3.18-r1-close-calls-when-pppd-terminates.patch"
29
)
30

  
27 31
src_prepare() {
28 32
	default
29 33
	sed -e 's:/var/run/:/run/:' -i \
Thank you!