Fix telemetry. Thanks Bob! - geomyidae - a small C-based gopherd (mirror) | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7d7fc25a935fe9a9093abe93f678fa7a9bfd6549 | |
parent 98e30eef5de836d8a35de71d00687aa483f8b189 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 11 Feb 2023 18:33:53 +0100 | |
Fix telemetry. Thanks Bob! | |
Diffstat: | |
M Makefile | 5 +---- | |
1 file changed, 1 insertion(+), 4 deletions(-) | |
--- | |
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} |