From 33dad60c7a7bdc0bff227dc45fd45ddf0745b9c2 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Sat, 2 Dec 2006 15:00:48 +0000 Subject: [PATCH] Applied smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA FW firewall (submitted by Torsten) Changelog modified for all previous patches from Torsten git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@37 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- svn/Changelog | 12 +++++++++++- svn/ddclient | 5 +++++ 2 files changed, 16 insertions(+), 1 deletion(-) 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',