module-init-tools: fix typo in modprobe.conf.

--HG--
extra : convert_revision : c348654b2a8e261a67f8f16a6fbf722f4d601a28
This commit is contained in:
Juan RP 2009-03-24 12:14:21 +01:00
parent f1068b8bcb
commit 17b8a3a492

View File

@ -24,7 +24,7 @@ post_install()
mkdir -p ${DESTDIR}/etc
cat >> ${DESTDIR}/etc/modprobe.conf <<_EOF
#
# /etc/modprobe.conf. Please read modprobe.conf(8).
# /etc/modprobe.conf. Please read modprobe.conf(5).
#
_EOF
chmod 644 ${DESTDIR}/etc/modprobe.conf