aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2018-11-10 14:35:12 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2018-11-10 14:35:12 +0000
commitf984e1f8e314b3ea4c813e0361844beae95af8c5 (patch)
treeef841fab74e111f79e1ed6e5ac21a75636efedb3 /usr.sbin/periodic
parent2f45576d884cbd8939c26bda252e28b491612ffe (diff)
downloadsrc-f984e1f8e314b3ea4c813e0361844beae95af8c5.tar.gz
src-f984e1f8e314b3ea4c813e0361844beae95af8c5.zip
Notes
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"