Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 263590b22a6b6e9781483fb171f0fd31 > scriptlet

module-init-tools-3.11.1-6.fc14.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

POSTIN

/bin/sh
# Removed 2.4 compatibility in post-F10 (in F11 onwards).