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

Diff for /src/etc/Attic/security between version 1.19 and 1.20

version 1.19, 1997/06/02 02:02:25 version 1.20, 1997/06/23 02:54:31
Line 172 
Line 172 
 > $OUTPUT  > $OUTPUT
 rhome=/root  rhome=/root
 umaskset=no  umaskset=no
 list="${rhome}/.profile"  list="/etc/profile ${rhome}/.profile"
 for i in $list; do  for i in $list; do
         if [ -s $i ] ; then          if [ -s $i ] ; then
                 if egrep umask $i > /dev/null ; then                  if egrep umask $i > /dev/null ; then

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