aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/periodic')
-rwxr-xr-xusr.sbin/periodic/etc/weekly/340.noid2
1 files changed, 1 insertions, 1 deletions
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"