named.init tunning

This commit is contained in:
Martin Stransky 2006-12-06 11:37:20 +00:00
parent 6139f9a32d
commit a05b51b9cd

View File

@ -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;