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

Diff for /src/etc/Attic/security between version 1.7 and 1.8

version 1.7, 1996/09/15 20:12:18 version 1.8, 1996/09/15 20:29:41
Line 14 
Line 14 
 LIST=$DIR/_secure5  LIST=$DIR/_secure5
 OUTPUT=$DIR/_secure6  OUTPUT=$DIR/_secure6
   
 trap 'rm -rf $DIR' 0  
   
 umask 077  
 if ! mkdir $DIR ; then  if ! mkdir $DIR ; then
         printf "tmp directory %s already exists, looks like:\n" $DIR          printf "tmp directory %s already exists, looks like:\n" $DIR
         ls -alF $DIR          ls -alF $DIR
         exit 1          exit 1
 fi  fi
   
   trap 'rm -rf $DIR' 0
   
 # Check the master password file syntax.  # Check the master password file syntax.
 MP=/etc/master.passwd  MP=/etc/master.passwd

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8