mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-13 09:37:13 +03:00
Remove authors list
This commit is contained in:
parent
6ae9df1c95
commit
9817d9d8ae
2
Makefile
2
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/%
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user