Hello community,

here is the log from the commit of package ddclient for openSUSE:Factory 
checked in at 2012-09-25 13:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddclient (Old)
 and      /work/SRC/openSUSE:Factory/.ddclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddclient", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddclient/ddclient.changes        2012-01-17 
16:04:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ddclient.new/ddclient.changes   2012-09-25 
13:39:42.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 25 04:03:07 UTC 2012 - [email protected]
+
+- Update ddclient-3.8.1-config.patch to check the configuraton file
+  from /etc instead of /etc/ddclient (bnc#781699).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ddclient-3.8.1-config.patch ++++++
--- /var/tmp/diff_new_pack.JVFXwE/_old  2012-09-25 13:39:43.000000000 +0200
+++ /var/tmp/diff_new_pack.JVFXwE/_new  2012-09-25 13:39:43.000000000 +0200
@@ -39,3 +39,16 @@
  #protocol=dyndns2                             # default protocol
  #proxy=fasthttp.sympatico.ca:80                       # default proxy
  #server=members.dyndns.org                    # default server
+Index: ddclient
+===================================================================
+--- ddclient.orig
++++ ddclient
+@@ -29,7 +29,7 @@ my $program   = $programd;
+ $program  =~ s/d$//;
+ my $now       = time;
+ my $hostname  = hostname();
+-my $etc       = ($program =~ /test/i) ? './'   : '/etc/ddclient/';
++my $etc       = ($program =~ /test/i) ? './'   : '/etc/';
+ my $cachedir  = ($program =~ /test/i) ? './'   : '/var/cache/ddclient/';
+ my $savedir   = ($program =~ /test/i) ? 'URL/' : '/tmp/';
+ my $msgs      = '';

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to