summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;