/[pkg-mixmaster]/trunk/Mix/Install
ViewVC logotype

Diff of /trunk/Mix/Install

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 232 by rabbi, Tue Sep 10 06:15:13 2002 UTC revision 233 by rabbi, Tue Sep 10 16:02:46 2002 UTC
# Line 6  Line 6 
6  # ANY KIND, either express or implied. See the file COPYRIGHT for  # ANY KIND, either express or implied. See the file COPYRIGHT for
7  # details.  # details.
8    
9  # $Id: Install,v 1.16 2002/09/10 06:15:13 rabbi Exp $  # $Id: Install,v 1.17 2002/09/10 16:02:46 rabbi Exp $
10    
11  #whereis program default-path  #whereis program default-path
12  whereis()  whereis()
# Line 370  stored in mix.cfg in clear)." Line 370  stored in mix.cfg in clear)."
370          echo "WARNING: setting empty passphrase"          echo "WARNING: setting empty passphrase"
371        fi        fi
372        PASSPHRASE="PASSPHRASE      $ans"        PASSPHRASE="PASSPHRASE      $ans"
373        if [ "$PASSINCONFIG" != 1 ]        if [ -f $MIXDEST/mix.cfg ]
374        cat $PASSPHRASE >> $MIXDEST/mix.cfg        then
375            cat $PASSPHRASE >> $MIXDEST/mix.cfg
376        fi        fi
377      fi      fi
378    fi    fi

Legend:
Removed from v.232  
changed lines
  Added in v.233

  ViewVC Help
Powered by ViewVC 1.1.5