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 e351c1e0905deea4fc65646952b7c621ebdb1c14 (commit) from e611222f41922419819e9cbe3e2f1e66d5000543 (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 e351c1e0905deea4fc65646952b7c621ebdb1c14 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jul 13 13:07:00 2014 +0200
ddns: don't use forced update.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/ddns.cgi | 2 +- src/initscripts/init.d/networking/red.up/30-ddns | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index fd6204a..6bee9c6 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -47,7 +47,7 @@ my $datafile = "${General::swroot}/ddns/config"; # Dynamic ddns programm call. my @ddnsprog = ("/usr/bin/ddns", "--config", "/var/ipfire/ddns/ddns.conf", - "update-all", "--force" ); + "update-all");
my %settings=(); my $errormessage = ''; diff --git a/src/initscripts/init.d/networking/red.up/30-ddns b/src/initscripts/init.d/networking/red.up/30-ddns index 6eba04b..591dd0f 100644 --- a/src/initscripts/init.d/networking/red.up/30-ddns +++ b/src/initscripts/init.d/networking/red.up/30-ddns @@ -1,3 +1,3 @@ #!/bin/bash
-exec /usr/bin/ddns update-all --force +exec /usr/bin/ddns update-all
hooks/post-receive -- IPFire 2.x development tree