diff options
| author | jvdias <jvdias@fedoraproject.org> | 2006-03-22 17:55:16 +0000 |
|---|---|---|
| committer | jvdias <jvdias@fedoraproject.org> | 2006-03-22 17:55:16 +0000 |
| commit | d77bf32619262ffd0139457a998180093262f38d (patch) | |
| tree | 47c5ec8dcbaebb7ec4e7121d788a761fcaadea71 | |
| parent | c990238c2a0c0b6ce771635b02e7bbaea6ace33c (diff) | |
missing / !
| -rwxr-xr-x | named.init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,9 +50,9 @@ nmdcOption() } named_c_option=`nmdcOption $OPTIONS`; -named_conf=${named_c_option:-etc/named.conf}; +named_conf=${named_c_option:-/etc/named.conf}; -if [ ! -r ${named_conf} ] ; then +if [ ! -r ${ROOTDIR}${named_conf} ] ; then if [ -z "$named_c_option" ] && [ -r ${ROOTDIR}/etc/named.caching-nameserver.conf ]; then named_conf='/etc/named.caching-nameserver.conf'; OPTIONS="$OPTIONS -c ${named_conf}"; |
