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, next has been updated via a500f481856700c218d6723fa28104f1510d6abe (commit) from dcc9dcbdc4b788d65c70a594ebfc94c7c247fa3f (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 a500f481856700c218d6723fa28104f1510d6abe Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Aug 25 22:42:20 2010 +0200
Readd udev dont rename netif if same name exsit patch.
-----------------------------------------------------------------------
Summary of changes: lfs/udev | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/lfs/udev b/lfs/udev index af00187..2b091bb 100644 --- a/lfs/udev +++ b/lfs/udev @@ -76,6 +76,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/udev-125-netif_rename.patch ifeq "$(LFS_PASS)" "install" cd $(DIR_APP) && make DESTDIR=/install/initrd sbindir=/sbin udevdir=/dev cd $(DIR_APP) && make DESTDIR=/install/initrd sbindir=/sbin udevdir=/dev install
hooks/post-receive -- IPFire 2.x development tree