Changeset 3176


Ignore:
Timestamp:
06/14/12 20:26:43 (11 months ago)
Author:
anarcat
Message:

call named-checkconf with absolute path

Closes: #1296

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-slavedns/trunk/alternc-slavedns

    r3175 r3176  
    152152                # Now parse the slave file and send it to /etc/bind/slavedns 
    153153                CreateBindConf ${conf} 
    154                 if named-checkconf ${BINDDIR}/${conf}; then 
     154                if /usr/sbin/named-checkconf ${BINDDIR}/${conf}; then 
    155155                    RELOAD="yes" 
    156156                else 
Note: See TracChangeset for help on using the changeset viewer.