ddclient/patches/ubuntu/daemon_interval.diff
wimpunk b507eec71a Added debian and ubuntu patches
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@69 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2007-07-30 07:11:22 +00:00

11 lines
323 B
Diff

--- ddclient-3.7.1/ddclient.orig 2007-04-28 20:43:53.000000000 +0100
+++ ddclient-3.7.1/ddclient 2007-04-28 20:42:57.000000000 +0100
@@ -977,6 +977,8 @@
sub init_config {
%opt = %saved_opt;
+ $opt{'daemon'}=interval($opt{'daemon'}) if defined $opt{'daemon'};
+
##
$opt{'quiet'} = 0 if opt('verbose');