aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic/etc
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2018-11-10 17:49:19 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2018-11-10 17:49:19 +0000
commitbcfc8c277969c038f4e6113b21e5e77cc638c01b (patch)
tree2ef8ff22dbf59459d0d47736808355e891997502 /usr.sbin/periodic/etc
parent9c66c1df48d51cdd3509f0cf27c38c0a7e462dca (diff)
downloadsrc-bcfc8c277969c038f4e6113b21e5e77cc638c01b.tar.gz
src-bcfc8c277969c038f4e6113b21e5e77cc638c01b.zip
Notes
Diffstat (limited to 'usr.sbin/periodic/etc')
-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 92661b2b670f..101ac5752674 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 "`sysrc -n jail_conf`" -e "$sep")
+ for param in $(jail -f "`sysrc -n jail_conf`" -e "$sep" 2>/dev/null)
do
case "$param" in
path=*) exclude="$exclude -path ${param#path=} -prune -or"