sysutils/boot-delay: fix obsolete message

This commit is contained in:
Franco Fichtner 2022-04-06 10:20:03 +02:00
parent ec93f0e36e
commit 58ec526297
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +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"
PLUGIN_OBSOLETE= Use System / Settings / Tunables: name "kern.cam.boot_delay" value "10000"
.include "../../Mk/plugins.mk"