# old modutils data

if [[ $OLD_TOO == y ]]; then
           SPELL2=modutils
         VERSION2=2.4.27
          SOURCE2=${SPELL2}-${VERSION2}.tar.bz2
SOURCE_DIRECTORY2=${BUILD_DIRECTORY}/${SPELL2}-${VERSION2}
   SOURCE2_URL[0]=${KERNEL_URL}/pub/linux/utils/kernel/${SPELL2}/v2.4/${SOURCE2}
   SOURCE2_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/kernel/${SPELL2}/v2.4/${SOURCE2}
     SOURCE2_HASH=sha512:5a638ea757f9d2cd7e91a8711eadfc6c723ca3b75757363620c8128772b9c00ddeb46af853711ce4c845096ad322a1dd2e8429be3d2e0a371ca93b1c81aa089d
        WEB_SITE2=http://freshmeat.net/projects/modutils/
       LICENSE[1]=GPL
fi

# new module-init-tools data

           SPELL=module-init-tools
         VERSION=3.16

          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://modules.wiki.kernel.org/
   SOURCE_URL[0]=http://launchpad.net/$SPELL/trunk/$VERSION/+download/$SOURCE
     SOURCE_HASH=sha512:311aa2c0da68c067ed37acd68481cd4e76b54ae9a4cfb9a301027985c52c03ffae5ab0430709788a14a9689e01738b1733b62d9d935fff103acb125345f3b620
#   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/kernel/$SPELL/$SOURCE
#         SOURCE3=$SOURCE.sign
#  SOURCE3_URL[0]=$SOURCE_URL.sign
#      SOURCE_GPG=kernel.gpg:$SOURCE3:UPSTREAM_KEY
#  SOURCE3_IGNORE=signature
         ENTERED=20030410
      LICENSE[0]=GPL
      LICENSE[1]=UNKNOWN
        KEYWORDS="kernels"
           SHORT="module-init-tools for 2.6.x kernel modules"
cat << EOF
This module-init-tools spell will work with 2.6.x kernels and install 
will create modprobe.conf from your old modules.conf file. Also the old
/sbin/{depmod|modprobe|insmod|etc...} and man related manual pages will 
be moved to .old files thus preserving your commands if you want to 
revert back. 

Good luck and happy kernel hacking!
EOF
