diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 11:28:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-27 11:28:11 +0000 |
commit | 080c786cd6880764d86a18e5ef3652d9542e9e71 (patch) | |
tree | 469d500027e932e0c5e4007595f8f010acbf755e /net-dialup | |
parent | fix handling of INITSTRING, bug #49861 (Manifest recommit) (diff) | |
download | gentoo-2-080c786cd6880764d86a18e5ef3652d9542e9e71.tar.gz gentoo-2-080c786cd6880764d86a18e5ef3652d9542e9e71.tar.bz2 gentoo-2-080c786cd6880764d86a18e5ef3652d9542e9e71.zip |
fix activfilter useflag
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 6e38721be1b9..3837574caa0a 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.75 2004/09/27 11:21:23 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.76 2004/09/27 11:28:11 lanius Exp $ + + 27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r4.ebuild: + fix activfilter useflag 27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/net.ppp0: fix handling of INITSTRING, bug #49861 diff --git a/net-dialup/ppp/ppp-2.4.2-r4.ebuild b/net-dialup/ppp/ppp-2.4.2-r4.ebuild index 9337c1e25caa..4d8c5571da86 100644 --- a/net-dialup/ppp/ppp-2.4.2-r4.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r4.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-r4.ebuild,v 1.1 2004/09/27 11:08:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r4.ebuild,v 1.2 2004/09/27 11:28:11 lanius Exp $ inherit eutils gnuconfig flag-o-matic @@ -41,9 +41,9 @@ src_unpack() { sed -i -e "s/^LIBS =/LIBS = -latm/" pppd/Makefile.linux || die fi - use activefilter && { + use activefilter || { einfo "Enabling active-filter" - sed -i -e "s/^#FILTER=y/FILTER=y/" pppd/Makefile.linux || die + sed -i -e "s/^FILTER=y/#FILTER=y/" pppd/Makefile.linux || die } use pam && { |