Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269127 - net-dialup/ppp-2.4.4-r22 stabilization request
Summary: net-dialup/ppp-2.4.4-r22 stabilization request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2009-05-09 13:14 UTC by Alin Năstac (RETIRED)
Modified: 2009-05-28 05:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alin Năstac (RETIRED) gentoo-dev 2009-05-09 13:14:57 UTC
Please mark ppp-2.4.4-r22 as stable.
Comment 1 Tobias Klausmann (RETIRED) gentoo-dev 2009-05-09 16:19:55 UTC
Stable on alpha.
Comment 2 Brent Baude (RETIRED) gentoo-dev 2009-05-11 17:21:32 UTC
ppc64 stable
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2009-05-11 17:40:42 UTC
arm/ia64/s390/sh/sparc/x86 stable
Comment 4 Markus Meier gentoo-dev 2009-05-15 21:03:05 UTC
amd64 stable
Comment 5 nixnut (RETIRED) gentoo-dev 2009-05-20 17:04:43 UTC
ppc stable
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2009-05-28 05:31:43 UTC
Stable for HPPA and closing.

PS: I changed slightly more than keywording to catch cases where this might happen:

elmer ~ # [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update
* Warning: /etc/modules.conf has not been automatically generated
* Use "update-modules force" to force (re)generation
bash: /sbin/modules-update: No such file or directory
elmer ~ # /sbin/update-modules; echo $?
* Warning: /etc/modules.conf has not been automatically generated
* Use "update-modules force" to force (re)generation
1


Index: ppp-2.4.4-r22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.4-r22.ebuild,v
retrieving revision 1.7
diff -u -B -r1.7 ppp-2.4.4-r22.ebuild
--- ppp-2.4.4-r22.ebuild        20 May 2009 17:04:59 -0000      1.7
+++ ppp-2.4.4-r22.ebuild        28 May 2009 05:25:49 -0000
@@ -14,7 +14,7 @@

 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="activefilter atm dhcp eap-tls gtk ipv6 mppe-mppc pam radius"

 DEPEND="activefilter? ( >=virtual/libpcap-0.9.4 )
@@ -265,7 +265,11 @@
                mknod "${ROOT}/dev/ppp" c 108 0
        fi
        if [ "$ROOT" = "/" ]; then
-               [ -x /sbin/update-modules ] && /sbin/update-modules || /sbin/modules-update
+               if [ -x /sbin/update-modules ]; then
+                       /sbin/update-modules
+               else
+                       /sbin/modules-update
+               fi
        fi

        # create *-secrets files if not exists