summaryrefslogtreecommitdiff
path: root/kmod/.footprint
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-03-20 11:48:21 +0100
committerJuergen Daubert <jue@jue.li>2012-03-20 11:48:21 +0100
commit13b717a72cc1c18ec604fac00ac72acd30d2d684 (patch)
tree2e54878dadb05bea71746a77b24e1605ca3128ba /kmod/.footprint
parent1a1789cfacb74d2f499b37f55ffa91ff9de43d33 (diff)
downloadcore-13b717a72cc1c18ec604fac00ac72acd30d2d684.tar.gz
core-13b717a72cc1c18ec604fac00ac72acd30d2d684.tar.xz
[notify] kmod: initial release
kmod is the succesor of module-init-tools and provides, besides the usual binaries like modprobe, lsmod etc., a library libkmod which is used by udev since version 176 to load kernel modules. That's the main reason why we should switch to kmod now. I've been running kmod since quite some time without any issues. Because module-init-tools and kmod provides both the same set of binaries we have to pkgrm module-init-tools manually prior to kmod install. Thanks Juergen
Diffstat (limited to 'kmod/.footprint')
-rw-r--r--kmod/.footprint37
1 files changed, 37 insertions, 0 deletions
diff --git a/kmod/.footprint b/kmod/.footprint
new file mode 100644
index 00000000..d1994405
--- /dev/null
+++ b/kmod/.footprint
@@ -0,0 +1,37 @@
+drwxr-xr-x root/root bin/
+lrwxrwxrwx root/root bin/lsmod -> ../sbin/kmod
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/depmod.d/
+drwxr-xr-x root/root etc/modprobe.d/
+drwxr-xr-x root/root lib/
+lrwxrwxrwx root/root lib/libkmod.so.2 -> libkmod.so.2.1.1
+-rwxr-xr-x root/root lib/libkmod.so.2.1.1
+drwxr-xr-x root/root sbin/
+lrwxrwxrwx root/root sbin/depmod -> kmod
+lrwxrwxrwx root/root sbin/insmod -> kmod
+-rwxr-xr-x root/root sbin/kmod
+lrwxrwxrwx root/root sbin/lsmod -> kmod
+lrwxrwxrwx root/root sbin/modinfo -> kmod
+lrwxrwxrwx root/root sbin/modprobe -> kmod
+lrwxrwxrwx root/root sbin/rmmod -> kmod
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libkmod.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libkmod.la
+lrwxrwxrwx root/root usr/lib/libkmod.so -> ../../lib/libkmod.so.2.1.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libkmod.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/depmod.d.5.gz
+-rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz
+-rw-r--r-- root/root usr/man/man5/modules.dep.5.gz
+-rw-r--r-- root/root usr/man/man5/modules.dep.bin.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/depmod.8.gz
+-rw-r--r-- root/root usr/man/man8/insmod.8.gz
+-rw-r--r-- root/root usr/man/man8/lsmod.8.gz
+-rw-r--r-- root/root usr/man/man8/modinfo.8.gz
+-rw-r--r-- root/root usr/man/man8/modprobe.8.gz
+-rw-r--r-- root/root usr/man/man8/rmmod.8.gz

Generated by cgit