summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-18 05:02:22 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-18 05:02:22 +0000
commit57e32f0be9a83f0a9bde4d238eb89e6acdc0a9cc (patch)
tree20f71fcb6c61612f38b90c612cd1107594ccec99 /net-dialup/ppp
parentAdded /home (diff)
downloadgentoo-2-57e32f0be9a83f0a9bde4d238eb89e6acdc0a9cc.tar.gz
gentoo-2-57e32f0be9a83f0a9bde4d238eb89e6acdc0a9cc.tar.bz2
gentoo-2-57e32f0be9a83f0a9bde4d238eb89e6acdc0a9cc.zip
*** empty log message ***
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r--net-dialup/ppp/files/modules.ppp7
-rw-r--r--net-dialup/ppp/ppp-2.4.0-r1.ebuild5
2 files changed, 10 insertions, 2 deletions
diff --git a/net-dialup/ppp/files/modules.ppp b/net-dialup/ppp/files/modules.ppp
new file mode 100644
index 000000000000..a37003a251f8
--- /dev/null
+++ b/net-dialup/ppp/files/modules.ppp
@@ -0,0 +1,7 @@
+alias char-major-108 ppp_generic
+alias /dev/ppp ppp_generic
+alias tty-ldisc-3 ppp_async
+alias tty-ldisc-14 ppp_synctty
+alias ppp-compress-21 bsd_comp
+alias ppp-compress-24 ppp_deflate
+alias ppp-compress-26 ppp_deflate \ No newline at end of file
diff --git a/net-dialup/ppp/ppp-2.4.0-r1.ebuild b/net-dialup/ppp/ppp-2.4.0-r1.ebuild
index 3ca17b5a21d8..1d6a9a256a13 100644
--- a/net-dialup/ppp/ppp-2.4.0-r1.ebuild
+++ b/net-dialup/ppp/ppp-2.4.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.5 2001/05/18 05:00:34 achim Exp $
P="ppp-2.4.0"
A="${P}.tar.gz"
@@ -55,7 +55,8 @@ src_install() {
doins etc.ppp/pap-secrets etc.ppp/chap-secrets
insopts -m0644
doins etc.ppp/options
+ insinto /etc/modules
+ doins ${FILESDIR}/modules.ppp
dodoc PLUGINS README* SETUP Changes-2.3 FAQ
}
-