summaryrefslogtreecommitdiffstats
path: root/named.init
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-12-06 11:37:20 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-12-06 11:37:20 +0000
commita05b51b9cd912348f3a1414b9c06524ce59d1021 (patch)
tree05e0125f6f0eea5f32a25ba394a9e8fcc350bf13 /named.init
parent6139f9a32de3f17da2ab1861ee06dca7c075f96a (diff)
downloadbind-a05b51b9cd912348f3a1414b9c06524ce59d1021.tar.gz
bind-a05b51b9cd912348f3a1414b9c06524ce59d1021.tar.xz
bind-a05b51b9cd912348f3a1414b9c06524ce59d1021.zip
named.init tunning
Diffstat (limited to 'named.init')
-rwxr-xr-xnamed.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/named.init b/named.init
index 990df06..f801da8 100755
--- a/named.init
+++ b/named.init
@@ -61,7 +61,7 @@ if [ ! -r ${ROOTDIR}${named_conf} ] ; then
OPTIONS="$OPTIONS -c ${named_conf}";
else
echo Locating $ROOTDIR/${named_conf} failed.
- echo $"I can't find any configuration file. Please create it by system-config-bind"
+ echo $"I can't find any configuration file. You can create it by system-config-bind"
echo $"or install caching-nameserver."
failure
echo;