diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 10:41:29 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 10:41:29 +0000 |
commit | c05fc40b5c834cd7b482fff947083031794a4c09 (patch) | |
tree | 3c46e051900f547fe45089894d781bc0eebc2291 /net-dialup | |
parent | fix endless loop, bug #58364 (Manifest recommit) (diff) | |
download | gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.tar.gz gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.tar.bz2 gentoo-2-c05fc40b5c834cd7b482fff947083031794a4c09.zip |
patch was already included
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/files/2.4.2/endless-loop.patch | 12 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r3.ebuild | 3 |
2 files changed, 1 insertions, 14 deletions
diff --git a/net-dialup/ppp/files/2.4.2/endless-loop.patch b/net-dialup/ppp/files/2.4.2/endless-loop.patch deleted file mode 100644 index c3bfde1aafa1..000000000000 --- a/net-dialup/ppp/files/2.4.2/endless-loop.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ppp-2.4.2/pppd/main.c.orig 2004-07-29 15:16:52.518106400 +0200 -+++ ppp-2.4.2/pppd/main.c 2004-07-29 15:17:09.099585632 +0200 -@@ -1342,8 +1342,8 @@ - - act.sa_handler = SIG_IGN; - act.sa_flags = 0; -- sigaction(sig, &act, &oldact); - kill(0, sig); -+ sigaction(sig, &act, &oldact); - sigaction(sig, &oldact, NULL); - } - diff --git a/net-dialup/ppp/ppp-2.4.2-r3.ebuild b/net-dialup/ppp/ppp-2.4.2-r3.ebuild index afa4141f7f7f..7d34fdfea6bb 100644 --- a/net-dialup/ppp/ppp-2.4.2-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r3.ebuild,v 1.4 2004/09/27 10:39:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r3.ebuild,v 1.5 2004/09/27 10:41:29 lanius Exp $ inherit eutils gnuconfig flag-o-matic @@ -29,7 +29,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}/pcap.patch epatch ${FILESDIR}/${PV}/control_c.patch epatch ${FILESDIR}/${PV}/stdopt-mppe-mppc-0.82.patch.gz - epatch ${FILESDIR}/${PV}/endless-loop.patch if use atm; then einfo "Enabling PPPoATM support" |