Browse Source

run cron with the System.map of the installed kernel - not the running one ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1106 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
da7136757b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package/base/cron/00-updates

+ 3
- 2
package/base/cron/00-updates

@ -24,8 +24,9 @@
exec 2>&1
echo "Running depmod ..."
depmod -a
kver=$(uname -r)
echo "Running depmod ($kver) ..."
depmod -a -F /boot/System.map_$kver $kver
echo "Running ldconfig ..."
ldconfig

Loading…
Cancel
Save