[BACK]Return to daily CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/daily between version 1.64.4.1 and 1.65

version 1.64.4.1, 2007/06/28 18:14:39 version 1.65, 2005/08/22 14:24:45
Line 66  echo "Uptime: " `uptime`
Line 66  echo "Uptime: " `uptime`
 #       find . ! -name . -mtime +7 -exec rm -f -- {} \; ; }  #       find . ! -name . -mtime +7 -exec rm -f -- {} \; ; }
 #fi  #fi
   
 DAILYDIR=$(mktemp -d -t _daily) || exit 1  DAILYDIR=`mktemp -d /tmp/_daily.XXXXXX` || exit 1
   
 trap "/bin/rm -rf $DAILYDIR ; exit 0" EXIT INT QUIT  trap "/bin/rm -rf $DAILYDIR ; exit 0" EXIT INT QUIT
   
Line 166  if checkyesno check_disks; then
Line 166  if checkyesno check_disks; then
                 echo ""                  echo ""
                 echo "disks:"                  echo "disks:"
                 if [ -s $TMP ]; then                  if [ -s $TMP ]; then
                         cat $TMP                          cat $TMP | sed 's/Mounted on/Mount/'
                         echo ""                          echo ""
                 fi                  fi
                 if [ -s $TMP2 ]; then                  if [ -s $TMP2 ]; then

Legend:
Removed from v.1.64.4.1  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>