diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-06 16:12:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-06 16:12:00 +0000 |
commit | 34ddecee92f78e017730bd0e043c1826615124a6 (patch) | |
tree | 305ed69bfef43b374b23fcb27cff73d9116bc913 /net-dialup/ppp | |
parent | oops, another version. this time we fix the amd64 patch as well (Manifest rec... (diff) | |
download | gentoo-2-34ddecee92f78e017730bd0e043c1826615124a6.tar.gz gentoo-2-34ddecee92f78e017730bd0e043c1826615124a6.tar.bz2 gentoo-2-34ddecee92f78e017730bd0e043c1826615124a6.zip |
add support for udev
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 2672084523dc..ad7cdb514178 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.51 2004/03/06 15:41:36 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.52 2004/03/06 16:12:00 lanius Exp $ + + 06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild: + add support for udev *ppp-2.4.2-r1 (06 Mar 2004) diff --git a/net-dialup/ppp/ppp-2.4.2-r1.ebuild b/net-dialup/ppp/ppp-2.4.2-r1.ebuild index 80d8c485caa7..28a4e9a769ff 100644 --- a/net-dialup/ppp/ppp-2.4.2-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.2 2004/03/06 15:41:36 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.2-r1.ebuild,v 1.3 2004/03/06 16:12:00 lanius Exp $ DESCRIPTION="Point-to-point protocol - patched for PPPOE" HOMEPAGE="http://www.samba.org/ppp" @@ -130,7 +130,7 @@ src_install() { } pkg_postinst() { - if [ ! -e ${ROOT}dev/.devfsd ] + if [ ! -e ${ROOT}dev/.devfsd || ! -e ${ROOT}dev/.udev ] then if [ ! -e ${ROOT}dev/ppp ]; then mknod ${ROOT}dev/ppp c 108 0 |