mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: seems like a good idea
This commit is contained in:
+1
-1
@@ -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 || \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user