Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 201624eb26a0c04a67459ab42e4f6d2f > scriptlet

module-init-tools-3.16-2.fc15.i686.rpm

PREIN

/bin/sh
# We renamed all the config files upstream so they now need to end in .conf
# and live under /etc/modprobe.d. Anaconda now uses an anaconda.conf file,
# all of which means /etc/modprobe.conf is very legacy. Rename it to
# /etc/modprobe.d/local.conf and allow local hacks to go in there.
if [ -e /etc/modprobe.conf ] && [ ! -e /etc/modprobe.d/local.conf ]
then
        mv /etc/modprobe.conf /etc/modprobe.d/local.conf
fi