Sigh... Fix another breakage after r340322: spell "sysrc" correctly.

MFC after:	1 month
This commit is contained in:
Eugene Grosbein 2018-11-10 14:35:12 +00:00
parent 2f45576d88
commit f984e1f8e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340324

View File

@ -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"