From fce86dccb67db0a37601899bf3115bd9f4fa714a Mon Sep 17 00:00:00 2001 From: raja-grewal Date: Wed, 13 Aug 2025 10:44:40 +1000 Subject: [PATCH] Typo --- usr/libexec/security-misc/panic-on-oops | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/usr/libexec/security-misc/panic-on-oops b/usr/libexec/security-misc/panic-on-oops index 3c45a68..b5cb2e8 100755 --- a/usr/libexec/security-misc/panic-on-oops +++ b/usr/libexec/security-misc/panic-on-oops @@ -19,8 +19,7 @@ fi sysctl kernel.oops_limit=1 sysctl kernel.warn_limit=1 -## Makes the system immediately reboot on the occur occurrence of -## a single kernel panic. This is an extreme safety option which also -## creates a large opening for targeted denial of service attacks. +## Makes the system immediately reboot on the occurrence of a single +## kernel panic. This is an extreme safety option which also creates +## a large opening for targeted denial of service attacks. #sysctl kernel.panic=-1 -