$OpenBSD: patch-ddclient,v 1.2 2015/06/02 17:08:03 ajacoutot Exp $
--- ddclient.orig	Tue Jun  2 19:05:38 2015
+++ ddclient	Tue Jun  2 19:05:38 2015
@@ -1062,16 +1062,6 @@ sub _read_config {
 	# fatal("Cannot open file '%s'. ($!)", $file);
 	warning("Cannot open file '%s'. ($!)", $file);
     }
-    # Check for only owner has any access to config file
-    my ($dev, $ino, $mode, @statrest) = stat(FD);
-    if ($mode & 077) {                          
-	if (-f FD && (chmod 0600, $file)) {
-	    warning("file $file must be accessible only by its owner (fixed).");
-	} else {
-	    # fatal("file $file must be accessible only by its owner.");
-	    warning("file $file must be accessible only by its owner.");
-	}
-    }
 
     local $lineno       = 0;
     my    $continuation = '';
