summaryrefslogtreecommitdiffstats
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
commit1cb99d81ad7d7ae23888564eb19fd12599b42277 (patch)
tree454ca7aba82894fad4ecd6e44d9a2b2846a60c54
parent3b5896f1e5cd81c5292c35bd50ff68797c25b558 (diff)
named.init tunning
-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;