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

Diff for /src/etc/weekly between version 1.18 and 1.19

version 1.18, 2006/10/26 12:20:55 version 1.19, 2007/02/02 14:52:48
Line 40 
Line 40 
 echo "Rebuilding whatis databases:"  echo "Rebuilding whatis databases:"
 makewhatis  makewhatis
   
 # echo ""  # If LOGINACCOUNTING is set to 1 in the environment, report user
 # echo "Doing login accounting:"  # accounting information
 # ac -p | sort -nr +1  [ "X$LOGINACCOUNTING" = X1 ] && {
           echo ""
           echo "Doing login accounting:"
           ac -p | sort -nr -k 2
   }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19