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 2.x development tree". The branch, fifteen has been updated via bf7746ef83f0afeb6764b23336783e4a0e221eff (commit) via 26922c33eb91951c79c5b6a5e959a5adbf20bc9b (commit) from f5e106c42ab1fcb54f2d4c2605dfbe213b5b792a (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 bf7746ef83f0afeb6764b23336783e4a0e221eff Merge: 26922c3 f5e106c Author: Arne Fitzenreiter Date: Tue Jan 7 20:22:53 2014 +0100 Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen commit 26922c33eb91951c79c5b6a5e959a5adbf20bc9b Author: Arne Fitzenreiter Date: Tue Jan 7 11:10:53 2014 +0100 initrd: don't remove binary moduldeps. kmod needs this now. ----------------------------------------------------------------------- Summary of changes: lfs/initrd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Difference in files: diff --git a/lfs/initrd b/lfs/initrd index 56e1967..cc16956 100644 --- a/lfs/initrd +++ b/lfs/initrd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -88,8 +88,6 @@ $(TARGET) : #Build Module deps for installer. depmod -a -b /install/initrd/ -F /boot/System.map-$(KVER)-ipfire $(KVER)-ipfire - # Remove binary depmod files - rm -rf /install/initrd/lib/modules/$(KVER)-ipfire/modules.*.bin #Name service from dhcpcd cp -f /etc/nsswitch.conf /install/initrd/etc/ hooks/post-receive -- IPFire 2.x development tree