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 | 0c47424fba3caa007f5bb30e0c7bec2abc81bc48 (patch) | |
tree | bd5e82a93e4d3dcd05ebc507c72d9d5852290483 /net-dialup | |
parent | oops, another version. this time we fix the amd64 patch as well (diff) | |
download | historical-0c47424fba3caa007f5bb30e0c7bec2abc81bc48.tar.gz historical-0c47424fba3caa007f5bb30e0c7bec2abc81bc48.tar.bz2 historical-0c47424fba3caa007f5bb30e0c7bec2abc81bc48.zip |
add support for udev
Diffstat (limited to 'net-dialup')
-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 |