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

Diff for /src/etc/daily between version 1.9 and 1.10

version 1.9, 1996/07/27 14:12:24 version 1.10, 1996/11/06 23:03:21
Line 84 
Line 84 
 fi  fi
   
 echo ""  echo ""
 echo "Running calendar:"  if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then
 calendar -a    echo "Not running calendar, (yp client)"
   else
     echo "Running calendar:"
     calendar -a
   fi
   
 # Rotation of mail log now handled automatically by cron and 'newsyslog'  # Rotation of mail log now handled automatically by cron and 'newsyslog'
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10