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

Diff for /src/etc/Attic/security between version 1.5 and 1.6

version 1.5, 1996/07/12 00:06:50 version 1.6, 1996/07/19 16:55:51
Line 224 
Line 224 
 # Files that should not have + signs.  # Files that should not have + signs.
 list="/etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpd"  list="/etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpd"
 for f in $list ; do  for f in $list ; do
         if [ -f $f ] ; then          if [ -s $f ] ; then
                 awk '{                  awk '{
                         if ($0 ~ /^+@.*$/ )                          if ($0 ~ /^\+@.*$/ )
                                 next;                                  next;
                         if ($0 ~ /^+.*$/ )                          if ($0 ~ /^\+.*$/ )
                                 printf("\nPlus sign in %s file.\n", FILENAME);                                  printf("\nPlus sign in %s file.\n", FILENAME);
                 }' $f                  }' $f
         fi          fi

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6