Using Linux as a guide, I implemented the `relatime' mount option as mentioned
in the Hurd's Contributing page.
diff -ruN a/hurd/libdiskfs/conch-fetch.c b/hurd/libdiskfs/conch-fetch.c
--- a/hurd/libdiskfs/conch-fetch.c 2020-07-18 12:08:35.0 -0700
+++ b/hurd/libdiskfs/conch-fetch.c
I copied most of the text from the Hurd extras repos.
---
hurd/translator/httpfs.mdwn | 73
hurd/translator/xmlfs.mdwn | 74 +
2 files changed, 147 insertions(+)
diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/ht
Also thanks for the editorial suggestions! I'll be re-submitting soon.
--
Joshua Branson
Sent from Emacs and Gnus
Well I'll tweak and apply again.
--
Joshua Branson
Sent from Emacs and Gnus
Sorry, not quite. :(
On 10/09/20 11:49 am, Joshua Branson wrote:
> +
> +# settrans -a tmp/ /hurd/httpfs
> https://www.gnu.org/software/hurd/index.html
> +
"https://"; is not supported sadly. Just "http://"; scheme.
Amos