Framework: seems like a good idea

This commit is contained in:
Franco Fichtner 2019-06-24 07:51:57 +02:00
parent 5e9076706f
commit 4e92fb7b73
2 changed files with 2 additions and 1 deletions

View File

@ -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 || \

View File

@ -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