commit 621e7bf65b86adcd2fc0448944d1ac9659e1d317
Author: iasdeoupxe <39667843+iasdeoupxe@users.noreply.github.com>
Date:   Sat Apr 4 21:16:31 2020 +0200

    [Core] Fix comment for default value of `skip_mapfiles`.

diff --git a/ex/needrestart.conf b/ex/needrestart.conf
index b327855..c83bddb 100644
--- a/ex/needrestart.conf
+++ b/ex/needrestart.conf
@@ -165,8 +165,8 @@ $nrconf{blacklist_mappings} = [
 ];
 
 # Verify mapped files in fileystem:
-# 0 : enabled (default)
-# -1: ignore non-existing files, workaround for chroots and broken grsecurity kernels
+# 0 : enabled
+# -1: ignore non-existing files, workaround for chroots and broken grsecurity kernels (default)
 # 1 : disable check completely, rely on content of maps file only
 $nrconf{skip_mapfiles} = -1;
 
