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

Diff for /src/etc/weekly between version 1.13 and 1.14

version 1.13, 2003/04/08 20:42:42 version 1.14, 2003/06/30 22:04:57
Line 6 
Line 6 
 PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec  PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec
 export PATH  export PATH
   
 if [ -f /etc/weekly.local ];then  if [ -f /etc/weekly.local ]; then
         echo ""          echo ""
         echo "Running weekly.local:"          echo "Running weekly.local:"
         . /etc/weekly.local          . /etc/weekly.local
Line 14 
Line 14 
   
 echo ""  echo ""
 if [ -f /var/db/locate.database ]; then  if [ -f /var/db/locate.database ]; then
         TMP=`mktemp /var/db/locate.database.XXXXXX`          TMP=`mktemp /var/db/locate.database.XXXXXXXXXX`
         if [ $? -eq 0 ]; then          if [ $? -eq 0 ]; then
                 trap 'rm -f $TMP' 0 1 15                  trap 'rm -f $TMP' 0 1 15
                 echo "Rebuilding locate database:"                  echo "Rebuilding locate database:"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14