public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. e351c1e0905deea4fc65646952b7c621ebdb1c14
Date: Sun, 13 Jul 2014 13:08:10 +0200	[thread overview]
Message-ID: <20140713110811.0644520FFC@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2014-07-13 11:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140713110811.0644520FFC@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox