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 ced716a1be295c06db1cde529c37ba043f23dc16 (commit) from b27961e905bdf8d7d67a6a30b51b31f1ddabdf91 (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 ced716a1be295c06db1cde529c37ba043f23dc16 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Sep 21 23:36:30 2010 +0200
Dnsmasq: disable internal TFTP-Server.
-----------------------------------------------------------------------
Summary of changes: lfs/dnsmasq | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: 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