changeset 402:1ccd7bf1ed06

Make ZFS uppercased in output messages and in the documentation
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 25 Feb 2023 15:32:40 +0100
parents d2796c709dcf
children 39e6f675621d
files docs/man/man8/local-bsdtools.rst etc/periodic/daily/750.local-trim-zfs
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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)"