security-misc split string changes

This commit is contained in:
Aaron Rainbolt 2025-09-21 16:06:11 -05:00
parent 5738bb6104
commit 2a39d5997c
No known key found for this signature in database
GPG key ID: A709160D73C79109
47 changed files with 72 additions and 53 deletions

View file

@ -5,6 +5,6 @@
## Alerts user that a kernel module failed to load due to it being explicitly disabled by default.
echo "$0: ALERT: This network file system kernel module is disabled by package security-misc by default. See the configuration file /etc/modprobe.d/30_security-misc_disable.conf for details. | args: $@" >&2
echo "$0: ALERT: This network file system kernel module is disabled by package security-misc-shared by default. See the configuration file /etc/modprobe.d/30_security-misc_disable.conf for details. | args: $@" >&2
exit 1