2022-07-12 22:16:31 +02:00
|
|
|
Index: ddclient
|
2021-06-18 16:36:25 +02:00
|
|
|
===================================================================
|
2022-07-12 22:16:31 +02:00
|
|
|
--- ddclient.orig
|
|
|
|
+++ ddclient
|
2021-06-18 16:36:25 +02:00
|
|
|
@@ -847,6 +847,7 @@ if (opt('foreground') || opt('force')) {
|
|
|
|
print STDERR "${program}: can not fork ($!)\n";
|
|
|
|
exit -1;
|
|
|
|
} elsif ($pid) {
|
|
|
|
+ sleep(1);
|
|
|
|
exit 0;
|
|
|
|
}
|
|
|
|
$SIG{'CHLD'} = 'DEFAULT';
|