Fix breakage after r340322: add missing "-n" to invocation of sysrc.
MFH: 1 month
This commit is contained in:
parent
ab478b0185
commit
2f45576d88
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user