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 16cb6ae3d0c44199681bcc27284dde5184cbcc01 (commit) from c98981ae3d23db0270f43ed4647cfc10ad89b697 (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 16cb6ae3d0c44199681bcc27284dde5184cbcc01 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Oct 31 16:55:17 2015 +0100
geo-ip: download initial database in background.
on slow internet connections like gprs the first start hung many minutes.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/networking/red.up/99-geoip-database | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/src/initscripts/init.d/networking/red.up/99-geoip-database b/src/initscripts/init.d/networking/red.up/99-geoip-database index 4bd3ee2..335006a 100644 --- a/src/initscripts/init.d/networking/red.up/99-geoip-database +++ b/src/initscripts/init.d/networking/red.up/99-geoip-database @@ -17,7 +17,7 @@ done
# Download ruleset if none has been found. if ! ${found}; then - /usr/local/bin/xt_geoip_update >/dev/null 2>&1 + /usr/local/bin/xt_geoip_update >/dev/null 2>&1 & fi
exit 0
hooks/post-receive -- IPFire 2.x development tree