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 208f5aa73baad8f03ce1bd61b5314746c5c26d53 (commit) via a0df4b06c17e60aa51c8caa00f39c57b41ce2259 (commit) via ced716a1be295c06db1cde529c37ba043f23dc16 (commit) from be9b67262ab67cf87a725515be5253f7d82f1adb (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 208f5aa73baad8f03ce1bd61b5314746c5c26d53 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Sep 21 21:44:15 2010 +0200
Add dnsmasq to test-core updater.
commit a0df4b06c17e60aa51c8caa00f39c57b41ce2259 Merge: be9b672 ced716a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Sep 21 21:42:16 2010 +0200
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes: .../{oldcore/32 => core/test}/filelists/dnsmasq | 0 lfs/dnsmasq | 1 + 2 files changed, 1 insertions(+), 0 deletions(-) copy config/rootfiles/{oldcore/32 => core/test}/filelists/dnsmasq (100%)
Difference in files: diff --git a/config/rootfiles/core/test/filelists/dnsmasq b/config/rootfiles/core/test/filelists/dnsmasq new file mode 120000 index 0000000..d469c74 --- /dev/null +++ b/config/rootfiles/core/test/filelists/dnsmasq @@ -0,0 +1 @@ +../../../common/dnsmasq \ No newline at end of file diff --git a/lfs/dnsmasq b/lfs/dnsmasq index 4804c1d..29fb9b3 100644 --- a/lfs/dnsmasq +++ b/lfs/dnsmasq @@ -73,6 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && sed -i -e 's|/usr/local|/usr|g' Makefile cd $(DIR_APP)/src && sed -i \ -e 's|^/* #define HAVE_ISC_READER .*$$|#define HAVE_ISC_READER\n#define NO_IPV6|' \ + -e 's|^#define HAVE_TFTP *$$|//#define HAVE_TFTP|' \ -e 's/^#define CHUSER .*$$/#define CHUSER "dnsmasq"/' config.h cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree