From 9817d9d8ae4c43e2df7c4946a5ec3bc5f0080002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 15 Oct 2021 23:33:45 +0200 Subject: [PATCH] Remove authors list --- Makefile | 2 +- man/common.h | 4 ---- man/zfs-tpm2-change-key.8.pp | 4 +++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3d29b68..0f28fb2 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ $(OUTDIR)initramfs-tools/usr/share/tzpfms/initramfs-tools-zfs-patch.sh: $(INITRD $(OUTDIR)man/% : $(MANDIR)%.pp $(MANPAGE_HEADERS) @mkdir -p $(dir $@) ( cd $(dir $<) && $(CXX) -Wno-invalid-pp-token -E - ) < $< | $(AWK) '/^$$/ {prev_empty=1; next} $$1 == "#" && $$2 ~ /^[0-9]*$$/ {prev_empty=0; next} {if(prev_empty) print ""; prev_empty=0; print}' | $(AWK) '$$0 == ".Dd" {$$2 = "$(TZPFMS_DATE)"} $$1 == ".Dt" { print ".ds doc-volume-operating-system" } $$0 == ".Os" {$$2 = "tzpfms"; $$3 = "$(TZPFMS_VERSION)"} {print}' > $@ - ! $(MANDOC) -Tlint $@ 2>&1 | grep -vE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' -e 'STYLE: operating system explicitly specified: Os tzpfms' -e 'WARNING: cross reference to self: Xr zfs-tpm.*-change-key 8' + ! $(MANDOC) -Tlint $@ 2>&1 | grep -vE -e 'mandoc: outdated mandoc.db' -e 'STYLE: referenced manual not found' -e 'STYLE: operating system explicitly specified: Os tzpfms' -e 'WARNING: cross reference to self: Xr zfs-tpm.*-change-key 8' -e 'STYLE: input text line longer than 80 bytes' # The "WARNING: unknown font, skipping request: TS.+fC[RBI]" one: see https://bugs.debian.org/992002 $(OUTDIR)man/%.html : $(OUTDIR)man/% diff --git a/man/common.h b/man/common.h index bfd0a53..4630482 100644 --- a/man/common.h +++ b/man/common.h @@ -1,7 +1,3 @@ -.Sh AUTHORS -Written by -.An наб Aq nabijaczleweli@nabijaczleweli.xyz . -. .Sh SPECIAL THANKS To all who support further development, in particular: .Bl -bullet -offset 4n -compact -width 0 diff --git a/man/zfs-tpm2-change-key.8.pp b/man/zfs-tpm2-change-key.8.pp index 82a17ff..b4a4401 100644 --- a/man/zfs-tpm2-change-key.8.pp +++ b/man/zfs-tpm2-change-key.8.pp @@ -28,7 +28,9 @@ be TPM-2.0-compatible. .Pp If .Ar dataset -was previously encrypted with tzpfms and the +was previously encrypted with +.Nm tzpfms +and the .Sy TPM2 back-end was used, the previous key will be freed from the TPM. Otherwise, or in case of an error, data required for manual intervention will be printed to the standard error stream.