/[smecontribs]/rpms/smeserver-ddclient/contribs9/smeserver-ddclient-1.2.1.bz8975.spdns.de.patch
ViewVC logotype

Annotation of /rpms/smeserver-ddclient/contribs9/smeserver-ddclient-1.2.1.bz8975.spdns.de.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Jul 6 19:57:04 2015 UTC (8 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-ddclient-1_2_1-14_el6_sme, smeserver-ddclient-1_2_1-11_el6_sme, smeserver-ddclient-1_2_1-12_el6_sme, smeserver-ddclient-1_2_1-6_el6_sme, smeserver-ddclient-1_2_1-5_el6_sme, smeserver-ddclient-1_2_1-15_el6_sme, smeserver-ddclient-1_2_1-8_el6_sme, smeserver-ddclient-1_2_1-4_el6_sme, smeserver-ddclient-1_2_1-9_el6_sme, smeserver-ddclient-1_2_1-7_el6_sme, smeserver-ddclient--, smeserver-ddclient-1_2_1-13_el6_sme, HEAD
* Mon Jul 6 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 1.2.1-4.sme
- added spdns.de [SME: 8975]

1 stephdl 1.1 diff -Nur smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient
2     --- smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient 2015-07-06 21:43:23.744321243 +0200
3     +++ smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient 2015-07-06 21:47:30.228124352 +0200
4     @@ -237,6 +237,10 @@
5     <trans> NAMECHEAP (namecheap.com) dynamic adresses</trans>
6     </entry>
7     <entry>
8     + <base>SPDNS</base>
9     + <trans> SPDNS (spdns.de) dynamic adresses</trans>
10     + </entry>
11     + <entry>
12     <base>ddclient</base>
13     <trans>Dynamic Clients</trans>
14     </entry>
15     diff -Nur smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/templates/etc/ddclient.conf/20Declaration smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/templates/etc/ddclient.conf/20Declaration
16     --- smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/templates/etc/ddclient.conf/20Declaration 2015-07-06 21:43:23.749321503 +0200
17     +++ smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/templates/etc/ddclient.conf/20Declaration 2015-07-06 21:49:53.283669137 +0200
18     @@ -126,6 +126,13 @@
19     $protocol='namecheap';
20     }
21    
22     + elsif( $dns eq 'SPDNS' )
23     + {
24     + $explain='## SPDNS (spdns.de) dynamic addresses';
25     + $pubserv='update.spdns.de';
26     + $protocol='dyndns2';
27     + }
28     +
29     if($pubserv ne '')
30     {
31     $OUT .="##\n";
32     diff -Nur smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/web/functions/ddclient smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/web/functions/ddclient
33     --- smeserver-ddclient-1.2.1.bz8975.old/root/etc/e-smith/web/functions/ddclient 2015-07-06 21:43:23.749321503 +0200
34     +++ smeserver-ddclient-1.2.1.bz8975/root/etc/e-smith/web/functions/ddclient 2015-07-06 21:45:54.169122488 +0200
35     @@ -156,15 +156,16 @@
36     'DYNHOST' => $fm->localise('DYNHOST'),
37     'NOIP' => $fm->localise('NOIP'),
38     'CHANGEIP' => $fm->localise('CHANGEIP'),
39     - 'NAMECHEAP' => $fm->localise('NAMECHEAP')
40     -
41     + 'NAMECHEAP' => $fm->localise('NAMECHEAP'),
42     + 'SPDNS' => $fm->localise('SPDNS')
43     );
44    
45     return esmith::cgi::genCell ($q, $q->popup_menu (-name => 'dns',
46     -values => [
47     'DYNDNS1','DYNDNS2','DYNDNS3','ZONEDIT',
48     'EASYDNS','HAMMER','DSLREPORTS', 'EURODYNDNS',
49     - 'DTDNS','LOOPIA','DNSPARK','DYNHOST','NOIP','CHANGEIP','NAMECHEAP'
50     + 'DTDNS','LOOPIA','DNSPARK','DYNHOST','NOIP','CHANGEIP',
51     + 'NAMECHEAP','SPDNS'
52     ],
53     -default => $curSetting,
54     -labels => \%Labels));

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed