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
This commit is contained in:
parent
344c36c607
commit
33dad60c7a
2 changed files with 16 additions and 1 deletions
|
@ -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$
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue