DH_INSTALLMODULES(1) Debhelper DH_INSTALLMODULES(1)NAME
dh_installmodules - register kernel modules
SYNOPSIS
dh_installmodules [debhelperoptions] [-n] [--name=name]
DESCRIPTION
dh_installmodules is a debhelper program that is responsible for registering kernel modules.
Kernel modules are searched for in the package build directory and if found, preinst, postinst and postrm commands are automatically
generated to run depmod and register the modules when the package is installed. These commands are inserted into the maintainer scripts by
dh_installdeb(1).
FILES
debian/package.modprobe
Installed to etc/modprobe.d/package.conf in the package build directory.
OPTIONS -n, --no-scripts
Do not modify preinst/postinst/postrm scripts.
--name=name
When this parameter is used, dh_installmodules looks for and installs files named debian/package.name.modprobe instead of the usual
debian/package.modprobe
NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
SEE ALSO debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_INSTALLMODULES(1)
Check Out this Related Man Page
DH_INSTALLMODULES(1) Debhelper DH_INSTALLMODULES(1)NAME
dh_installmodules - register kernel modules
SYNOPSIS
dh_installmodules [debhelperoptions] [-n] [--name=name]
DESCRIPTION
dh_installmodules is a debhelper program that is responsible for registering kernel modules.
Kernel modules are searched for in the package build directory and if found, preinst, postinst and postrm commands are automatically
generated to run depmod and register the modules when the package is installed. These commands are inserted into the maintainer scripts by
dh_installdeb(1).
FILES
debian/package.modprobe
Installed to etc/modprobe.d/package.conf in the package build directory.
OPTIONS -n, --no-scripts
Do not modify preinst/postinst/postrm scripts.
--name=name
When this parameter is used, dh_installmodules looks for and installs files named debian/package.name.modprobe instead of the usual
debian/package.modprobe
NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
SEE ALSO debhelper(7)
This program is a part of debhelper.
AUTHOR
Joey Hess <joeyh@debian.org>
11.1.6ubuntu2 2018-05-10 DH_INSTALLMODULES(1)
I am looking for a way to have a program listen on a port (example: 8000) for communication I will be sending via that port to it(Linux Kernel machine). Once it recieves an appropiate command I need it to run a .bat file in linux.
I know what I need to do but I am running into a few problems:... (8 Replies)
I searched for this but not sure I am using the correct terminology.
To meet audit requirements, I need to make sure scripts that may contain sensitive information are not readable by anyone but authorised users.
I tried using unix crypt but then I can not execute script.
I have never seen... (4 Replies)
I would like to have the function keys available to me in my scripts. Anyone have any ideas on how to map these to functionality I design? :confused: (3 Replies)
Hi,
I have searched the forum on how to mass replace the file names. We are doing the migration and I am trying to accomplish a task where I have to replace all UNIX scripts in a particular directory that start with bdw to fdm...
For example: bdw0110137.sh should be fdm0110137.sh
Keep the... (4 Replies)
Hi,
I have abt 20-30 scripts using a directory structure. I have to replace a directory structure in a file for example "/i01/proc" with "/dwftp/scripts" using sed.
The command :-
cat filename | sed 's/"i01/proc"/"dwftp/scripts"'
is not working.
Can someone help me in this regard?
... (3 Replies)
I have searched far and wide for an explanation for some odd behavior for output redirection and haven't come up with anything.
A co-worker was working on old scripts which have run for years and embedded in their code were output redirects which worked for the script during execution and then... (5 Replies)
Hi,
I know that the answer to this is very simple, since I saw somebody do it some time back..but I forgot how.
The problem is, I have multiple instances of the same program running simultaneously and I want to kill them all in a single command.
I know that it can be done using awk '{print... (12 Replies)
Hey guys!
First off, I want to say thanks in advance to whoever can give me a hand here.
Alright, so I need three scripts--these are probably way easier than i'm making them out to be, but i can't seem to figure it out.
1-A script that detects if/when a specific user logs in to the system.... (3 Replies)
Hi,
I have written a series of BASH scripts that I have grouped together into a software package I distribute to other users in my field. The package consists of a "master script", which users modify to specify particular processing variables. Depending on the variables specified, and their... (5 Replies)
Hi forum memebers,
I want know what is the grep command a IP_add or host in the multiple scripts in one directory.
Thanks in advance.
Siva Ranganath.:) (3 Replies)
Hi,
first, I have searched in the forum for this, but I could not find the right answer. (There were some similar threads, but I was not sure how to adapt the ideas.)
Anyway, I have a quite natural problem: Given are several text files. All files contain the same number of lines and the same... (3 Replies)
I have Oracle Linux 5.7. It was hanged, so I rebooted it and now it came into maintenance mode and asking for root password. After password, it is at (Repair filesystem) 10 #
I am not sure, where to go from here. All file-systems are in vg. Non-root is coming from EMC storage and root is from... (15 Replies)
Hey guys,
I run my raspberry pi with a TP-Link Wlan-USB stick. The stick works out of the box with the pi-modded debian.
But eventhough the automatic connection to one of the saved WLAN-networks in the file /etc/wpa_supplicant/wpa_supplicant.conf works, my PI doesn't request or receive an... (4 Replies)
Hi,
I have little experience on Shell scripts, I searched the forum but couldn't make out what I want.
I want to rename a set of files to a new file name
a_b_20100101
c_d_20100101
.......................
......................
I want to rename the files to
a_b_20140101... (5 Replies)