]> git.ipfire.org Git - thirdparty/kmod.git/commit
modprobe: Fix error message
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 16 Oct 2024 10:07:24 +0000 (12:07 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 17 Oct 2024 14:24:30 +0000 (09:24 -0500)
commit74d99c709e00f15ffc02035a339f7b2d71a2c07b
tree059daf4efbf07632c87c0e4882db65d301d58a49
parent226d7af2b02e6988396f2a8d02a4fcccbc229fcf
modprobe: Fix error message

We try to add from environment, not from command line.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/185
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/modprobe.c