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

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

version 1.10, 1996/11/06 23:03:21 version 1.11, 1996/12/04 02:02:23
Line 85 
Line 85 
   
 echo ""  echo ""
 if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then  if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` ]; then
   echo "Not running calendar, (yp client)"          echo "Not running calendar, (yp client)"
 else  else
   echo "Running calendar:"          echo "Running calendar:"
   calendar -a          calendar -a
 fi  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.10  
changed lines
  Added in v.1.11