This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 28c448bd8f43cc74765fc5f9445b98c4e60056e1 (commit)
via 40b689e362efab4c8cdb5d34decdda0c1a4fb7ee (commit)
from 216fde50ef881a2e6c63240b5d59e78bdf3f5c23 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28c448bd8f43cc74765fc5f9445b98c4e60056e1
Merge: 216fde5 40b689e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Apr 15 16:46:44 2012 +0200
Merge remote-tracking branch 'stevee/kmod'
commit 40b689e362efab4c8cdb5d34decdda0c1a4fb7ee
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sun Apr 15 16:43:48 2012 +0200
kmod: Provide more binaries.
Provide more binaries like /sbin/depmod after UsrMove.
-----------------------------------------------------------------------
Summary of changes:
kmod/kmod.nm | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
Difference in files:
diff --git a/kmod/kmod.nm b/kmod/kmod.nm
index 8bea457..4996d40 100644
--- a/kmod/kmod.nm
+++ b/kmod/kmod.nm
@@ -5,7 +5,7 @@
name = kmod
version = 7
-release = 2
+release = 3
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = System/Kernel
@@ -54,7 +54,13 @@ packages
package %{name}
provides
module-init-tools = 4.0-1
+ /bin/kmod
+ /sbin/depmod
+ /sbin/insmod
+ /sbin/lsmod
+ /sbin/modinfo
/sbin/modprobe
+ /sbin/rmmod
end
obsoletes = module-init-tools < 4.0-1
hooks/post-receive
--
IPFire 3.x development tree