From 4728a64a1b047119e52bc061db4d873eda76a131 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Jun 2019 07:54:13 +0200 Subject: [PATCH] make: lint pass also checks rc.syshook.d now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 718f69927..0abde39c8 100644 --- a/Makefile +++ b/Makefile @@ -317,7 +317,7 @@ lint-xml: SCRIPTDIRS!= find ${.CURDIR}/src/opnsense/scripts -type d -depth 1 lint-exec: -.for DIR in ${.CURDIR}/src/etc/rc.d ${SCRIPTDIRS} +.for DIR in ${.CURDIR}/src/etc/rc.d ${.CURDIR}/src/etc/rc.syshook.d ${SCRIPTDIRS} .if exists(${DIR}) @find ${DIR} -path '**/htdocs_default' -prune -o -type f \ ! -name "*.xml" ! -name "*.csv" ! -name "*.sql" -print0 | \