(BIN) Download logmore patch for Motsognir
 (TXT) See the code
       ====================================
       
       The logmore1.0 patch adds the following features to the Motsognir v109
       Gopher server:
       
       + New command line option '--log' allows users to specify either a log
         file, or a syslog local facility number. This option is also available
         as new configuration file directive 'log';
       
       + a directory specified on the command line is taken to be the
         Gopher root;
       
       + standard options '--help', '--version'; plus '--license'.
       
       
       HOW TO PATCH (these instructions are also included within the patch)
       ====================================================================
       
       This patch will turn an unchanged Motsognir v1.0.9 source tree into a
       Motsognir v1.0.9+logmore1.0 source tree.
       
       Put the uncompressed patch file into the source directory,
       chdir to the same directory, then apply the patch with:
       
         patch -p1 < motsognir109+logmore1.0.diff 
       
       After that, you can compile Motsognir as usual. 
       
       
       TEST RESULTS
       ============
       
       Motsognir v1.0.9+logmore1.0 has been built and tested
       on the following systems:
       
       +--------+--------+-----------------+----------------+------------+
       | Distro | Arch   | Kernel version  | C library      | C compiler |
       +--------+--------+-----------------+----------------+------------+
       | Devuan | ARMv7l | 4.9.93-mainline | Debian GLIBC   | gcc 6.3.0  |
       | ASCII  |        | -rev1           | 2.24-11+deb9u3 |            |
       +--------+--------+-----------------+----------------+------------+
       | Devuan | x86_64 | 4.9.0-8-amd64   | Debian GLIBC   | gcc 6.3.0  |
       | ASCII  |        |                 | 2.24-11+deb9u3 |            |
       +--------+--------+-----------------+----------------+------------+
       | Void   | x86_64 | 4.17.9_1 SMP    | GNU libc 2.26  | gcc 7.3.0  |
       | Linux  |        | PREEMPT         |                |            |
       +--------+--------+-----------------+----------------+------------+
       | CentOS | x86_64 | 3.10.0 SMP      | GNU libc 2.17  | gcc 4.8.5  |
       | 7      |        |                 |                |            |
       +--------+--------+-----------------+----------------+------------+
       
       
       REQUIREMENTS
       ============
       
 (HTM) Motsognir 1.0.9 source code
       C compiler
       
       
       NEWER VERSIONS
       ==============
       
 (DIR) A logmore2.0 patch for Motsognir v1.0.11 is available.
       
       ________________________________________________________________________
       "logmore patch for Motsognir" is Copyright (C) Dario Niedermann
       released with no warranty under the terms of the GPLv3 license.
       
                                      This page was last updated on 21-Mar-2019
       ________________________________________________________________________
       
 (DIR) Up to "FREE SOFTWARE I'm releasing for download"
 (DIR) Up to server root