Sigh... Fix another breakage after r340322: spell "sysrc" correctly.
MFC after: 1 month
This commit is contained in:
parent
2f45576d88
commit
f984e1f8e3
@ -25,7 +25,7 @@ case "$weekly_noid_enable" in
|
||||
sep=:
|
||||
OIFS="$IFS"
|
||||
IFS="$sep"
|
||||
for param in $(jail -f "`syscrc -n jail_conf`" -e "$sep")
|
||||
for param in $(jail -f "`sysrc -n jail_conf`" -e "$sep")
|
||||
do
|
||||
case "$param" in
|
||||
path=*) exclude="$exclude -path ${param#path=} -prune -or"
|
||||
|
Loading…
Reference in New Issue
Block a user