diff options
| author | Martin Stransky <stransky@fedoraproject.org> | 2006-12-06 11:37:20 +0000 |
|---|---|---|
| committer | Martin Stransky <stransky@fedoraproject.org> | 2006-12-06 11:37:20 +0000 |
| commit | 1cb99d81ad7d7ae23888564eb19fd12599b42277 (patch) | |
| tree | 454ca7aba82894fad4ecd6e44d9a2b2846a60c54 | |
| parent | 3b5896f1e5cd81c5292c35bd50ff68797c25b558 (diff) | |
named.init tunning
| -rwxr-xr-x | named.init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
