diff options
author | joeyh <joeyh> | 2006-06-09 20:45:07 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-06-09 20:45:07 +0000 |
commit | b3f5766834900b632d9cf180df212124f1a8351f (patch) | |
tree | ad61a88e4a4c9ee53b425d89efc00575fa9d45f9 /dh_installmodules | |
parent | c9bc7cafb0ece1eb65cffa745a331b86fbd7c2c5 (diff) | |
download | debhelper-b3f5766834900b632d9cf180df212124f1a8351f.tar.gz |
r1928: doc improvements
Diffstat (limited to 'dh_installmodules')
-rwxr-xr-x | dh_installmodules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dh_installmodules b/dh_installmodules index 132857a0..282d52cf 100755 --- a/dh_installmodules +++ b/dh_installmodules @@ -18,7 +18,7 @@ B<dh_installmodules> [S<I<debhelper options>>] [B<-n>] [B<--name=>I<name>] =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<dh_installdeb(1)> 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<name> -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 |