diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-16 08:17:03 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-16 08:17:03 +0000 |
commit | a80f8f6b589196ef148f98b2dfb18c7ff5231c66 (patch) | |
tree | edbf790284401c6ae9bca0a8da1fe65c52b0e1e4 /net-dialup | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-a80f8f6b589196ef148f98b2dfb18c7ff5231c66.tar.gz gentoo-2-a80f8f6b589196ef148f98b2dfb18c7ff5231c66.tar.bz2 gentoo-2-a80f8f6b589196ef148f98b2dfb18c7ff5231c66.zip |
Use update-modules thanks to jakub in bug 174749
(Portage version: 2.1.2-r12)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index 3e287eabff31..da52c3c6bf15 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/ppp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.176 2007/04/13 20:39:31 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.177 2007/04/16 08:17:03 genstef Exp $ + + 16 Apr 2007; Stefan Schweizer <genstef@gentoo.org> ppp-2.4.4-r4.ebuild: + Use update-modules thanks to jakub in bug 174749 13 Apr 2007; Alin Năstac <mrness@gentoo.org> -ppp-2.4.3-r16.ebuild: Remove old version. diff --git a/net-dialup/ppp/ppp-2.4.4-r4.ebuild b/net-dialup/ppp/ppp-2.4.4-r4.ebuild index eccc9a3e1e43..c3e11c165bee 100644 --- a/net-dialup/ppp/ppp-2.4.4-r4.ebuild +++ b/net-dialup/ppp/ppp-2.4.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r4.ebuild,v 1.13 2007/04/13 16:39:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r4.ebuild,v 1.14 2007/04/16 08:17:03 genstef Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -259,7 +259,7 @@ pkg_postinst() { mknod "${ROOT}/dev/ppp" c 108 0 fi if [ "$ROOT" = "/" ]; then - /sbin/modules-update + [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update fi #create *-secrets files if not exists |