diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2018-11-10 14:35:12 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2018-11-10 14:35:12 +0000 |
commit | f984e1f8e314b3ea4c813e0361844beae95af8c5 (patch) | |
tree | ef841fab74e111f79e1ed6e5ac21a75636efedb3 /usr.sbin/periodic | |
parent | 2f45576d884cbd8939c26bda252e28b491612ffe (diff) |
Sigh... Fix another breakage after r340322: spell "sysrc" correctly.
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=340324
Diffstat (limited to 'usr.sbin/periodic')
-rwxr-xr-x | usr.sbin/periodic/etc/weekly/340.noid | 2 |
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" |