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

Diff for /src/etc/Attic/security between version 1.81 and 1.82

version 1.81, 2008/07/23 16:05:47 version 1.82, 2009/03/23 15:14:50
Line 753 
Line 753 
         if [ -s $CUR ] ; then          if [ -s $CUR ] ; then
                 diff -u $CUR $file > $OUTPUT                  diff -u $CUR $file > $OUTPUT
                 if [ -s $OUTPUT ] ; then                  if [ -s $OUTPUT ] ; then
                         echo "\n======\nInstalled package changes (-OLD  +NEW)\n======"                          echo "\n======\nPackage list changes (-OLD  +NEW)\n======"
                         cat $OUTPUT                          cat $OUTPUT
                         cp -p $CUR $BACK                          cp -p $CUR $BACK
                         cp -p $file $CUR                          cp -p $file $CUR

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82