[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.204 and 1.205

version 1.204, 2002/09/06 21:30:22 version 1.205, 2002/09/12 18:21:48
Line 203 
Line 203 
                 named_flags="-u ${named_user} ${named_flags}"                  named_flags="-u ${named_user} ${named_flags}"
         fi          fi
         if [ "X${named_chroot}" != "X" ]; then          if [ "X${named_chroot}" != "X" ]; then
                 if [ ! -c "${named_chroot}/dev/null" ]; then  
                         ( cd /dev ; pax -rw -pe null ${named_chroot}/dev )  
                 fi  
                 if [ -f /etc/localtime -a -d "${named_chroot}/etc" ]; then  
                         cmp -s /etc/localtime "${named_chroot}/etc/localtime" \  
                         || cp -p /etc/localtime "${named_chroot}/etc/localtime"  
                 fi  
                 named_flags="-t ${named_chroot} ${named_flags}"                  named_flags="-t ${named_chroot} ${named_flags}"
         fi          fi
         echo 'starting named';          named $named_flags          echo 'starting named';          named $named_flags

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205