aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2018-11-10 14:25:37 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2018-11-10 14:25:37 +0000
commit2f45576d884cbd8939c26bda252e28b491612ffe (patch)
tree77249b2e1c3c9e94ed60203e89e652070869b50d /usr.sbin/periodic
parentab478b01852736ca87946a6bbc73f94001c09f07 (diff)
downloadsrc-2f45576d884cbd8939c26bda252e28b491612ffe.tar.gz
src-2f45576d884cbd8939c26bda252e28b491612ffe.zip
Fix breakage after r340322: add missing "-n" to invocation of sysrc.
MFH: 1 month
Notes
Notes: svn path=/head/; revision=340323
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 047fdd52f313..a4b9d14e25ab 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 jail_conf`" -e "$sep")
+ for param in $(jail -f "`syscrc -n jail_conf`" -e "$sep")
do
case "$param" in
path=*) exclude="$exclude -path ${param#path=} -prune -or"