From b3f5766834900b632d9cf180df212124f1a8351f Mon Sep 17 00:00:00 2001 From: joeyh Date: Fri, 9 Jun 2006 20:45:07 +0000 Subject: [PATCH] r1928: doc improvements --- dh_installmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dh_installmodules b/dh_installmodules index 132857a..282d52c 100755 --- a/dh_installmodules +++ b/dh_installmodules @@ -18,7 +18,7 @@ B [S>] [B<-n>] [B<--name=>I] =head1 DESCRIPTION dh_installmodules is a debhelper program that is responsible for -registering kernel modules with modutils. +registering kernel modules. Files named debian/package.modules will be installed as etc/modutils/package in the package build directory. This is for use by @@ -29,7 +29,7 @@ module-init-tools's version of modprobe. Then postinst and postrm commands are automatically generated to register the modules when the package is installed. See L for an explanation of how this works. Note that this will be done for any -package this program acts on which has either a package.modules file, or +package this program acts on which has either a package.modules or has .o or .ko files in /lib/modules. =head1 OPTIONS @@ -42,10 +42,10 @@ Do not modify postinst/postrm scripts. =item B<--name=>I -Use "name" as the filename the modules file is installed in -etc/modutils/. When this parameter is used, dh_installmodules looks for and -installs files named debian/package.name.modules instead of the usual -debian/package.modules. +When this parameter is used, dh_installmodules looks for and +installs files named debian/package.name.modules and +debian/package.name.modprobe instead of the usual +debian/package.modules and debian/package.modprobe =back -- 2.39.2