From f984e1f8e314b3ea4c813e0361844beae95af8c5 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Sat, 10 Nov 2018 14:35:12 +0000 Subject: [PATCH] Sigh... Fix another breakage after r340322: spell "sysrc" correctly. MFC after: 1 month --- usr.sbin/periodic/etc/weekly/340.noid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/periodic/etc/weekly/340.noid b/usr.sbin/periodic/etc/weekly/340.noid index a4b9d14e25ab..92661b2b670f 100755 --- a/usr.sbin/periodic/etc/weekly/340.noid +++ b/usr.sbin/periodic/etc/weekly/340.noid @@ -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"