Fix telemetry. Thanks Bob! - geomyidae - a small C-based gopherd (mirror)
 (HTM) git clone git://git.codemadness.org/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7d7fc25a935fe9a9093abe93f678fa7a9bfd6549
 (DIR) parent 98e30eef5de836d8a35de71d00687aa483f8b189
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 11 Feb 2023 18:33:53 +0100
       
       Fix telemetry. Thanks Bob!
       
       Diffstat:
         M Makefile                            |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -50,10 +50,7 @@ uninstall:
                rm -f "${DESTDIR}${MANDIR}/${NAME}.8"
        
        telemetry:
       -        # Adding installation telemetry to be compatible with the
       -        # industry.
       -        # Bitreich.org does not log anything, so no harm done.
       -        printf "/telemetry/geomyidae/installed\n" | nc bitreich.org 70
       +        printf "/telemetry/geomyidae/installed\r\n" | nc bitreich.org 70
        
        dist: clean
                mkdir -p ${NAME}-${VERSION}