Fix breakage after r340322: add missing "-n" to invocation of sysrc.

MFH:		1 month
This commit is contained in:
Eugene Grosbein 2018-11-10 14:25:37 +00:00
parent ab478b0185
commit 2f45576d88

View File

@ -25,7 +25,7 @@ case "$weekly_noid_enable" in
sep=:
OIFS="$IFS"
IFS="$sep"
for param in $(jail -f "`syscrc jail_conf`" -e "$sep")
for param in $(jail -f "`syscrc -n jail_conf`" -e "$sep")
do
case "$param" in
path=*) exclude="$exclude -path ${param#path=} -prune -or"