summaryrefslogtreecommitdiffstats
path: root/source/a/mkinitrd/mkinitrd
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-06-03 05:14:12 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-03 14:58:00 +0200
commitb5c37d741f799c8289c331f601c6499e8b974ec7 (patch)
tree9216f624c85161f6510d11c45a32e00b6edba884 /source/a/mkinitrd/mkinitrd
parent49c42264db93dbcfad7b9c15f7cb731627cc4ebc (diff)
downloadcurrent-b5c37d741f799c8289c331f601c6499e8b974ec7.tar.gz
current-b5c37d741f799c8289c331f601c6499e8b974ec7.tar.xz
Sun Jun 3 05:14:12 UTC 201820180603051412
a/mkinitrd-1.4.11-x86_64-7.txz: Rebuilt. Provide absolute path to depmod. Thanks to andygoth. ap/mariadb-10.3.7-x86_64-1.txz: Upgraded. Shared library .so-version bump. libmysqld.so.19 was renamed to libmariadbd.so.19. Anything linking to libmysqld.so.19 will need to be recompiled. ap/nano-2.9.8-x86_64-1.txz: Upgraded. ap/sysstat-11.6.4-x86_64-1.txz: Upgraded. kde/amarok-2.9.0-x86_64-3.txz: Rebuilt. Recompiled to link to libmariadbd.so.19. l/librsvg-2.42.5-x86_64-1.txz: Upgraded. n/p11-kit-0.23.12-x86_64-1.txz: Upgraded. x/mesa-18.1.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/mkinitrd/mkinitrd')
-rw-r--r--source/a/mkinitrd/mkinitrd2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/mkinitrd/mkinitrd b/source/a/mkinitrd/mkinitrd
index c594ed2df..7c2f7629f 100644
--- a/source/a/mkinitrd/mkinitrd
+++ b/source/a/mkinitrd/mkinitrd
@@ -759,7 +759,7 @@ if [ ! -z "$MODULE_LIST" ]; then
done
# Pregenerate the module dependency information
- depmod -a -b $SOURCE_TREE ${KERNEL_VERSION}
+ /sbin/depmod -a -b $SOURCE_TREE ${KERNEL_VERSION}
# Copy /{etc,lib}/modprobe.d/* if desired
if [ ! -z $MODCONF ]; then