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

Diff for /src/etc/Attic/security between version 1.48 and 1.49

version 1.48, 2001/04/06 17:13:37 version 1.49, 2001/10/01 16:52:18
Line 608 
Line 608 
 # the mtree(8) manual page.  # the mtree(8) manual page.
 if [ -d /etc/mtree ] ; then  if [ -d /etc/mtree ] ; then
         cd /etc/mtree          cd /etc/mtree
         mtree -e -p / -f /etc/mtree/special > $OUTPUT          mtree -e -l -p / -f /etc/mtree/special > $OUTPUT
         if [ -s $OUTPUT ] ; then          if [ -s $OUTPUT ] ; then
                 echo "\nChecking special files and directories."                  echo "\nChecking special files and directories."
                 echo "Output format is:\n\tfilename:"                  echo "Output format is:\n\tfilename:"

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49