public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e351c1e0905deea4fc65646952b7c621ebdb1c14
@ 2014-07-13 11:08 git
  0 siblings, 0 replies; only message in thread
From: git @ 2014-07-13 11:08 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1903 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-13 11:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13 11:08 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e351c1e0905deea4fc65646952b7c621ebdb1c14 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox