From f1219a0244ad3975e2aafd14d34ab5f44001ade5 Mon Sep 17 00:00:00 2001 From: iasdeoupxe <39667843+iasdeoupxe@users.noreply.github.com> Date: Sat, 4 Apr 2020 21:16:31 +0200 Subject: [PATCH] Fix needrestart.conf comment to mention the correct default --- ex/needrestart.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex/needrestart.conf b/ex/needrestart.conf index b3278550..c83bddbb 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;