1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH UPDATE-MODULES 8 "9 July 2007" "Debian GNU/Linux" "Debian"
.SH NAME
update\-modules \- obsolete command
.SH SYNOPSIS
.B update\-modules
.SH DESCRIPTION
.B update\-modules
is an obsolete command which does nothing.
Any program calling it should be fixed by not using it anymore.
.PP
Note that the file
.I /etc/modprobe.conf
is not the exact equivalent of
\fI/etc/modules.conf\fR.
It is not required for module-init-tools and is not generated any more. In fact,
most people should not create that file since \fI/etc/modprobe.d/*\fR would be
ignored in this case but Debian packages store their additional configuration
files in \fI/etc/modprobe.d/\fR.
.SH "SEE ALSO"
.BR depmod (8)
.BR modprobe (8)
.BR modprobe.conf (5)
.SH BUGS
This program should be removed after modutils will have been removed
from the distribution and no package will try to use it anymore.
.SH AUTHOR
This manual page was written by Marco d'Itri <\fImd@linux.it\fP>
for the Debian GNU/Linux system.
|