From ec93f0e36eefe107b984d48345c681dc58a099cc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 6 Apr 2022 10:16:01 +0200 Subject: [PATCH] sysutils/boot-delay: obsoletion note --- sysutils/boot-delay/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/boot-delay/Makefile b/sysutils/boot-delay/Makefile index 38582b59c..4928a0530 100644 --- a/sysutils/boot-delay/Makefile +++ b/sysutils/boot-delay/Makefile @@ -3,5 +3,6 @@ PLUGIN_VERSION= 1.0 PLUGIN_REVISION= 1 PLUGIN_COMMENT= Apply a persistent 10 second boot delay PLUGIN_MAINTAINER= franco@opnsense.org +PLUGIN_OBSOLETE= Use System: Tunables: name "kern.cam.boot_delay" value "10000" .include "../../Mk/plugins.mk"