# HG changeset patch # User Franz Glasner # Date 1677335560 -3600 # Node ID 1ccd7bf1ed0698294fc424a901dc4a04c4b9a05d # Parent d2796c709dcfc343af0976c11595f5319d517857 Make ZFS uppercased in output messages and in the documentation diff -r d2796c709dcf -r 1ccd7bf1ed06 docs/man/man8/local-bsdtools.rst --- a/docs/man/man8/local-bsdtools.rst Sat Feb 25 15:17:38 2023 +0100 +++ b/docs/man/man8/local-bsdtools.rst Sat Feb 25 15:32:40 2023 +0100 @@ -21,7 +21,7 @@ The package contains also a set of daily periodic scripts to -- trim ZFS pools +- trim ZFS pools regularly - update the IPv6 neighbour cache - handle (file-)triggered actions (e.g. to indirectly handle certbot deploy actions) diff -r d2796c709dcf -r 1ccd7bf1ed06 etc/periodic/daily/750.local-trim-zfs --- a/etc/periodic/daily/750.local-trim-zfs Sat Feb 25 15:17:38 2023 +0100 +++ b/etc/periodic/daily/750.local-trim-zfs Sat Feb 25 15:32:40 2023 +0100 @@ -25,7 +25,7 @@ case "$daily_local_trim_zfs_enable" in [Yy][Ee][Ss]) echo - echo 'TRIM of zfs pools:' + echo 'TRIM of ZFS pools:' if [ -z "${daily_local_trim_zfs_pools}" ]; then daily_local_trim_zfs_pools="$(zpool list -H -o name)"