diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 4927558becc1684d0315daee5814bd4cd4745b85 (patch) | |
tree | 66e929733579c7aade868b037956886daf668e31 /network/nsd | |
parent | 9e934114c72fb9df3f5aef0d0f766d1d5d917b09 (diff) | |
download | slackbuilds-4927558becc1684d0315daee5814bd4cd4745b85.tar.gz |
network/nsd: Fix README.
Diffstat (limited to 'network/nsd')
-rw-r--r-- | network/nsd/README | 2 |
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 |