replace unicode space

This commit is contained in:
sthen 2018-02-25 22:17:08 +00:00
parent 350d64d9ac
commit 3e5dfbc1a0
2 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,15 @@
# $OpenBSD: Makefile,v 1.12 2018/01/11 19:27:06 rpe Exp $
# $OpenBSD: Makefile,v 1.13 2018/02/25 22:17:08 sthen Exp $
COMMENT-main= server to accept passive check results for Nagios/Icinga
COMMENT-client= client to send passive check results to Nagios/Icinga
V= 1.5
REVISION-main= 2
DISTNAME= nsca-ng-$V
PKGNAME-main= nsca-ng-$V
PKGNAME-client= nsca-ng-client-$V
CATEGORIES= net
REVISION-main= 1
HOMEPAGE= https://www.nsca-ng.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

View File

@ -10,7 +10,7 @@ per-client passwords, as well as fine-grained authorization control.
This package contains the NSCA-ng server, which is written in C and
uses an event-driven architecture. Disk I/O is avoided unless the data
cannot be submitted in one go due to its size (on Linux, the threshold
is 4kB). In this case, the data is handed over to Nagios via
is 4 kB). In this case, the data is handed over to Nagios via
asynchronously written files.
NSCA clients cannot talk to NSCA-ng servers (nor vice versa), but NSCA