From 649d1c914e800db2b1ffc587102ea9276790e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 15 Jul 2021 21:35:05 +0200 Subject: README: Add note about umurmurd --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index c5fb112..d87879d 100644 --- a/README +++ b/README @@ -3,3 +3,12 @@ of my NetBSD server. It is configured as a bare Git repository in /.git. It is managed using the script /usr/local/bin/gg. + +--- + +A patched version of umurmurd is installed. The following +patches need to be made: + + - sockaddr_storage must be replaced with sockaddr_in. + - .ss_, ->ss_ must be replaced with .sin_, ->sin_. + - In some places, /etc/ must be replaced with /usr/local/etc/. -- cgit v1.2.3