aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-15 21:35:05 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-15 21:35:05 +0200
commit649d1c914e800db2b1ffc587102ea9276790e388 (patch)
tree7eb4427fd4c88aa15249a28080785930ffcfa542
parentae6e2da429b6a81e0b612d1969f20b3177197810 (diff)
downloadrbsd-649d1c914e800db2b1ffc587102ea9276790e388.tar.gz
README: Add note about umurmurd
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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/.