From 4e92fb7b73f27bca58e0ef11a60eff23ef17bb19 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Jun 2019 07:51:57 +0200 Subject: [PATCH] Framework: seems like a good idea --- Mk/plugins.mk | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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