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, master has been updated via 9254944067a862d84fc1762d2b919bb13801d8a5 (commit) from 90874a8a3a372b334ed71d0664b5b11b0f79e255 (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 9254944067a862d84fc1762d2b919bb13801d8a5 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jul 22 19:36:04 2010 +0200
Mkinitcpio: fix typo.
-----------------------------------------------------------------------
Summary of changes: lfs/mkinitcpio | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/mkinitcpio b/lfs/mkinitcpio index 8a415eb..bce7db0 100644 --- a/lfs/mkinitcpio +++ b/lfs/mkinitcpio @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp $(DIR_SRC)/config/mkinitcpio/virtio /lib/initcpio/install/ sed -i 's|^FILELIST=.*|FILELIST="$$(mktemp)"|g' /sbin/mkinitcpio sed -i 's|^HOOKS=.*|HOOKS="base udev autodetect ide usb scsi pata sata virtio"|g' /etc/mkinitcpio.conf - sed -i 's|^MODULES=.*|MODULES="reiser4 reiserfs ext3 est2 ehci_hcd"|g' /etc/mkinitcpio.conf + sed -i 's|^MODULES=.*|MODULES="reiser4 reiserfs ext3 ext2 ehci_hcd"|g' /etc/mkinitcpio.conf sed -i 's|ide-cd|ide-cd ide-generic|g' /lib/initcpio/install/ide sed -i 's| gzip -9 | lzma |g' /sbin/mkinitcpio @rm -rf $(DIR_APP)
hooks/post-receive -- IPFire 2.x development tree