summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-11-14 22:23:27 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit4927558becc1684d0315daee5814bd4cd4745b85 (patch)
tree66e929733579c7aade868b037956886daf668e31
parent9e934114c72fb9df3f5aef0d0f766d1d5d917b09 (diff)
downloadslackbuilds-4927558becc1684d0315daee5814bd4cd4745b85.tar.gz
network/nsd: Fix README.
-rw-r--r--network/nsd/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/nsd/README b/network/nsd/README
index 1b774e071e..521b12bdb1 100644
--- a/network/nsd/README
+++ b/network/nsd/README
@@ -15,5 +15,5 @@ To add NSD user in system run as root:
In order to run NSD during boot process, add to /etc/rc.d/rc.local :
if [ -x /etc/rc.d/rc.nsd ]; then
- /etc/rc.d/rc.nsd start
+ /etc/rc.d/rc.nsd start
fi