modules. These tools handle loadable Linux kernel module dependencies, installing loadable modules in the running Linux kernel, report on Linux kernel symbols, etc. This installs the tools for Linux kernels before 2.5.48. It installs some tools named with .old extension so they can be installed at the same time as the linux-module-init-tools package.
13 lines
425 B
Text
13 lines
425 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/04/27 06:11:02 jeremy-c-reed Exp $
|
|
|
|
--- include/config.h.orig Wed Feb 19 16:19:10 2003
|
|
+++ include/config.h Wed Feb 19 16:19:30 2003
|
|
@@ -29,7 +29,7 @@
|
|
#include <sys/utsname.h>
|
|
|
|
#define MODUTILS_MACROS "/lib/modutils/macros"
|
|
-#define ETC_MODULES_CONF "/etc/modules.conf"
|
|
+#define ETC_MODULES_CONF SYSCONFDIR "/modules.conf"
|
|
|
|
#define EXEC_PRE_INSTALL 0
|
|
#define EXEC_POST_INSTALL 1
|