diff --git a/svn/Changelog b/svn/Changelog index 040388a..ee35de4 100644 --- a/svn/Changelog +++ b/svn/Changelog @@ -8,7 +8,16 @@ Changelog * Don't send any mail when in not running daemon mode (patch submitted by Daniel Thaler) * Changed Changelog syntax - + * Applied patches submitted by Torsten: + abuse_msg.diff: ddclient still reports the email to contact dyndns.org + but they prefer a web form today (IIRC). This patch adjusts the abuse + warning printed by ddclient. + cachedir.diff: Original ddclient stores a cache file in /etc which + would belong in /var/cache in my opinion and according to the FHS. + help_nonroot.diff: Allow calling the help function as non-root. + update-new-config.patch: Force update if config has changed + smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA FW + firewall 3.7.0 - Added vi tag @@ -266,3 +275,4 @@ Changelog ------------------------------------------------------------------------------- $Id$ +------------------------------------------------------------------------ diff --git a/svn/ddclient b/svn/ddclient index fca6f5a..facfa26 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -73,6 +73,11 @@ my %builtinfw = ( 'url' => '/status.htm', 'skip' => 'IP Address', }, + 'smc-barricade-7401bra' => { + 'name' => 'SMC Barricade 7401BRA FW', + 'url' => '/admin/wan1.htm', + 'skip' => 'IP Address', + }, 'netgear-rt3xx' => { 'name' => 'Netgear FW', 'url' => '/mtenSysStatus.html',