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

Diff for /src/etc/daily between version 1.37 and 1.38

version 1.37, 2001/10/24 11:32:13 version 1.38, 2001/10/29 18:16:23
Line 113 
Line 113 
         }          }
 }  }
   
 echo ""  
 if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` -o "X$CALENDAR" = X0 ]  
 then  
         if [ "X$CALENDAR" = X0 ]; then  
                 echo "Not running calendar, (disabled)."  
         else  
                 echo "Not running calendar, (yp client)."  
         fi  
 else  
         echo "Running calendar in the background."  
         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'
   
 echo ""  echo ""
Line 153 
Line 140 
 if [ "$t" != '/var/rwho/*' ]; then  if [ "$t" != '/var/rwho/*' ]; then
         echo ""          echo ""
         ruptime          ruptime
   fi
   
   echo ""
   if [ -d /var/yp/binding -a ! -d /var/yp/`domainname` -o "X$CALENDAR" = X0 ]
   then
           if [ "X$CALENDAR" = X0 ]; then
                   echo "Not running calendar, (disabled)."
           else
                   echo "Not running calendar, (yp client)."
           fi
   else
           echo "Running calendar in the background."
           calendar -a &
 fi  fi
   
 # If CHECKFILESYSTEMS is set to 1 in the environment, run fsck  # If CHECKFILESYSTEMS is set to 1 in the environment, run fsck

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38