Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48765 Details for
Bug 76625
new version of ddclient (3.6.6)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow daemon=0 to be set in conf file
ddclient-3.6.5-daemon0inconfig.diff (text/plain), 581 bytes, created by
Michael Hordijk
on 2005-01-17 09:55:52 UTC
(
hide
)
Description:
Patch to allow daemon=0 to be set in conf file
Filename:
MIME Type:
Creator:
Michael Hordijk
Created:
2005-01-17 09:55:52 UTC
Size:
581 bytes
patch
obsolete
>--- ddclient.orig 2005-01-16 15:18:36.485003496 -0500 >+++ ddclient 2005-01-16 15:19:15.628052848 -0500 >@@ -924,6 +924,12 @@ > my $def = $variables{'merged'}{$k}; > my $ovalue = define($globals{$k}, $def->{'default'}); > my $value = check_value($ovalue, $def); >+ >+ # we should really be allowed to set daemon to 0 in the config file >+ if ($k eq 'daemon' && $ovalue == 0) { >+ $value = $ovalue; >+ } >+ > if ($def->{'required'} && !defined $value) { > $value = default($k); > warning("'%s=%s' is an invalid %s. (using default of %s)", $k, $ovalue, $def->{'type'}, $value);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76625
:
48698
| 48765 |
48766
|
48767
|
55105
|
55189