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
commita8feac5391f1055efb4abfdb930e7505c7cfc843 (patch)
treea2d76a06ab5bee50b65dd8dfe5ca03cee24dbc11
parentd11649f10c18cb59067671f0c76b60e407503198 (diff)
downloadbind-a8feac5391f1055efb4abfdb930e7505c7cfc843.tar.gz
bind-a8feac5391f1055efb4abfdb930e7505c7cfc843.tar.xz
bind-a8feac5391f1055efb4abfdb930e7505c7cfc843.zip
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;