diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:03:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | d4643e88f1d08d736a3eff2a52507fa044621f48 (patch) | |
tree | 2354fe48d6364cfbb688e8721bf99a7fa68d4b7c /network | |
parent | d40316d6dba111e0f46d1f7d87076ca91cb10ba9 (diff) |
network/yadifa: Fix README.
Diffstat (limited to 'network')
-rw-r--r-- | network/yadifa/README | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/network/yadifa/README b/network/yadifa/README index 122a926a6126..214f6807625e 100644 --- a/network/yadifa/README +++ b/network/yadifa/README @@ -1,25 +1,24 @@ -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). - -YADIFA requires its own user in order to run securely. It is not advised to -run services as root user without special reason. +Package binaries and shared objects linked here dynamically, but +by-default configure script links it statically, for performance +consideration. Static linking makes sense 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. To add yadifa user in system run as root: # groupadd -g 332 yadifa # useradd -u 332 -d /var/lib/yadifa -g yadifa -s /bin/false yadifa - -In order to run YADIFA during boot process, add to /etc/rc.d/rc.local : +In order to run YADIFA during boot process, add to /etc/rc.d/rc.local: if [ -x /etc/rc.d/rc.yadifa ]; then - /etc/rc.d/rc.yadifa start + /etc/rc.d/rc.yadifa start fi |