diff options
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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/. |