diff --git a/bootscripts/lfs/init.d/udev_retry b/bootscripts/lfs/init.d/udev_retry index 4f258ac19..3790d0657 100644 --- a/bootscripts/lfs/init.d/udev_retry +++ b/bootscripts/lfs/init.d/udev_retry @@ -34,7 +34,9 @@ case "${1}" in start) log_info_msg "Retrying failed uevents, if any..." - rundir=$(/sbin/udevadm info --run) + # As of udev-186, the --run option is no longer valid + #rundir=$(/sbin/udevadm info --run) + rundir=/run # From Debian: "copy the rules generated before / was mounted # read-write": diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f3ef58dd0..e5b4fcd28 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,21 @@ --> + + 2012-07-22 + + + [bdubbs] - Fix udev-retry boot script for latest + udev functioanlity. Remove 'udev info --run-dir' + + + [bdubbs] - Update to pkg-config-0.27. + Remove popt. Fixes + #3141. + + + + 2012-07-19 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 71f1e85ca..d6555274f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -250,11 +250,11 @@ pkg-config-&pkgconfig-version; - + diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 7a500aec6..a2fb77f02 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -458,15 +458,6 @@ - - Popt (&popt-version;) - &popt-size;: - - Home page: - Download: - MD5 sum: &popt-md5; - - - Procps (&procps-version;) - &procps-size;: diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 27c16cfb3..3d15ebf75 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -46,7 +46,6 @@ - diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index 0862520f9..cd94b2f6f 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -45,7 +45,6 @@ Prepare Pkg-config for compilation: ./configure --prefix=/usr \ - --with-installed-popt \ --with-internal-glib \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; @@ -63,7 +62,6 @@ - Contents of Pkg-config diff --git a/general.ent b/general.ent index 23a5334aa..f3eb21aaf 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index 4e2ef6e23..09ad29223 100644 --- a/packages.ent +++ b/packages.ent @@ -302,7 +302,7 @@ - + @@ -429,18 +429,10 @@ - - - - - - - - - - - - + + + +