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=:
|
sep=:
|
||||||
OIFS="$IFS"
|
OIFS="$IFS"
|
||||||
IFS="$sep"
|
IFS="$sep"
|
||||||
for param in $(jail -f "`syscrc jail_conf`" -e "$sep")
|
for param in $(jail -f "`syscrc -n jail_conf`" -e "$sep")
|
||||||
do
|
do
|
||||||
case "$param" in
|
case "$param" in
|
||||||
path=*) exclude="$exclude -path ${param#path=} -prune -or"
|
path=*) exclude="$exclude -path ${param#path=} -prune -or"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user