diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 18:34:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:11 +0700 |
commit | a0bb1d7a5202bd4e59fb360dbf1706beefbf833b (patch) | |
tree | dcf88c515144d5bebd6395fddbeb9c0c750ec5b7 /network | |
parent | 1d078cd064c1c99254d2093f0379b534d8411293 (diff) | |
download | slackbuilds-a0bb1d7a5202bd4e59fb360dbf1706beefbf833b.tar.gz |
network/yadifa: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/yadifa/README | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/network/yadifa/README b/network/yadifa/README index 718a975704..6eace606e7 100644 --- a/network/yadifa/README +++ b/network/yadifa/README @@ -1,15 +1,16 @@ -Lightweight authoritative Name Server with DNSSEC capabilities. Developed by -the passionate people behind the .eu top-level domain, YADIFA has been built -from scratch to face today’s DNS challenges, with no compromise on security, -speed and stability, to offer a better and safer Internet experience. +Lightweight authoritative Name Server with DNSSEC +capabilities. Developed by the passionate people behind the .eu +top-level domain, YADIFA has been built from scratch to face today’s +DNS challenges, with no compromise on security, speed and stability, +to offer a better and safer Internet experience. -Package binaries and shared objects linked here dynamically, but by-default -configure script links it statically, for performance consideration. Static -linking makes sence only on heavy loaded environment (10+ Mbit DNS traffic, -5000+ queries/second per server). +Package binaries and shared objects linked here dynamically, but +by-default configure script links it statically, for performance +consideration. Static linking makes sence only on heavy loaded +environment (10+ Mbit DNS traffic, 5000+ queries/second per server). -YADIFA requires its own user in order to run securely. It is not advised to -run services as root user without special reason. +YADIFA requires its own user in order to run securely. It is not +advised to run services as root user without special reason. To add yadifa user in system run as root: @@ -24,14 +25,14 @@ if [ -x /etc/rc.d/rc.yadifa ]; then /etc/rc.d/rc.yadifa start fi -By default this package compiles as shared binaries, but if required it is -possible to build it statically. YADIFA' source by default links staticaly, -because of performance considerations, but in pracatice it takes less effort -to support shared linked binaries. But if you really need it just set -environment variable and run SlackBuild: +By default this package compiles as shared binaries, but if required +it is possible to build it statically. YADIFA's source by default links +statically, because of performance considerations, but in practice it +takes less effort to support shared linked binaries. But if you really +need it just set environment variable and run SlackBuild: USESTATIC=yes ./yadifa.SlackBuild -In case of using static build of YADIFA, you should re-build and re-install -yadifa package each time openssl recieves update to keep your installation -secure.
\ No newline at end of file +If you use a static build of YADIFA, you should re-build and +re-install the yadifa package each time openssl recieves an update, +to keep your installation secure. |