diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 49d65454d..698a4bd3e 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -276,7 +276,7 @@ lint-xml: -name "*.xml" -type f -print0 | xargs -0 -n1 xmllint --noout lint-exec: check -.for DIR in ${.CURDIR}/src/opnsense/scripts ${.CURDIR}/src/etc/rc.d +.for DIR in ${.CURDIR}/src/opnsense/scripts ${.CURDIR}/src/etc/rc.d ${.CURDIR}/src/etc/rc.syshook.d .if exists(${DIR}) @find ${DIR} -type f ! -name "*.xml" -print0 | \ xargs -0 -t -n1 test -x || \ diff --git a/README.md b/README.md index eb2b7b48a..71589ba43 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ security/softether -- Cross-platform Multi-protocol VPN Program security/tinc -- Tinc VPN security/tor -- The Onion Router sysutils/api-backup -- Provide the functionality to download the config.xml +sysutils/apuled -- PC Engine APU LED control sysutils/boot-delay -- Apply a persistent 10 second boot delay sysutils/dmidecode -- Display hardware information on the dashboard sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices