[BACK]Return to security 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/security between version 1.22 and 1.23

version 1.22, 1997/06/23 01:49:15 version 1.23, 1997/06/23 11:59:30
Line 178  end-of-csh
Line 178  end-of-csh
         cp /dev/null $OUTPUT          cp /dev/null $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 [ -f $i ] ; then                  if [ -f $i ] ; then
                         if egrep umask $i > /dev/null ; then                          if egrep umask $i > /dev/null ; then

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>