git: 932ce3b3e6 - main - Status/2024Q4/fuse-ufs: Consistency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Oct 2024 16:02:44 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/doc/commit/?id=932ce3b3e69bb2c22cb526a0cbab7357823fd76f
commit 932ce3b3e69bb2c22cb526a0cbab7357823fd76f
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-10-10 16:00:44 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-10-10 16:00:44 +0000
Status/2024Q4/fuse-ufs: Consistency
The rest of the report references people by first name and last name, so
replace occurrence of FreeBSD alias.
---
website/content/en/status/report-2024-07-2024-09/fuse-ufs.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/status/report-2024-07-2024-09/fuse-ufs.adoc b/website/content/en/status/report-2024-07-2024-09/fuse-ufs.adoc
index df24e60268..38c40831a6 100644
--- a/website/content/en/status/report-2024-07-2024-09/fuse-ufs.adoc
+++ b/website/content/en/status/report-2024-07-2024-09/fuse-ufs.adoc
@@ -19,7 +19,7 @@ Once the big refactor is done, I will start concentrating on implementing write
Thanks to being bribed by mailto:fuz@FreeBSD.org[Robert Clausecker], I will also add soft-updates and mounting Sun's UFS in the future.
The driver can be installed using `cargo install fuse-ufs`, or (if on Arch Linux) using your favorite AUR helper.
-Thanks to fuz@ a port for FreeBSD exists in package:sysutils/fusefs-ufs[].
+Thanks to Robert Clausecker a port for FreeBSD exists in package:sysutils/fusefs-ufs[].
A big thanks to mailto:asomers@FreeBSD.org[Alan Somers] and mailto:mckusick@FreeBSD.org[Kirk McKusick] for mentoring me and thanks to Robert Clausecker for the FreeBSD port and suggesting this GSoC project to me in the first place.
Another thanks to Davids Paskevics for writing a fuzzer for me.