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

Diff of /trunk/Mix/Install

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

revision 210 by rabbi, Sat Aug 31 09:45:11 2002 UTC revision 220 by rabbi, Fri Sep 6 21:04:16 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.14 2002/08/31 09:45:11 rabbi Exp $  # $Id: Install,v 1.15 2002/09/06 21:04:14 rabbi Exp $
10    
11  #whereis program default-path  #whereis program default-path
12  whereis()  whereis()
# Line 263  if [ -f $MIXSRC/Makefile ] Line 263  if [ -f $MIXSRC/Makefile ]
263  then  then
264   if grep "#Makefile generated.*$HOSTNAME" $MIXSRC/Makefile   if grep "#Makefile generated.*$HOSTNAME" $MIXSRC/Makefile
265   then   then
266    echo "Found a Makefile."    echo "Found a Makefile for this system."
267      readln "Use this Makefile?" y
268      if [ "$ans" = n ]
269      then
270       rm -f $MIXSRC/Makefile
271      fi
272   else   else
273    readln "Remove old Makefile?" y    readln "Remove old Makefile?" y
274    if [ "$ans" = y ]    if [ "$ans" = y ]
# Line 331  then Line 336  then
336    ans="n"    ans="n"
337    if [ "$PASSINCONFIG" != 1 ]    if [ "$PASSINCONFIG" != 1 ]
338    then    then
339      echo "You can eiter compile your secret pass phrase into the binary      echo "You can eiter compile your secret passphrase into the binary
340  or you can set it in your config file. Note that the former does not  or you can set it in your config file. Note that the former does not
341  really increase security as the passphrase can still be found out  really increase security as the passphrase can still be found out
342  by running something like »strings mix«."  by running something like »strings mix«."
# Line 342  by running something like »strings mix«. Line 347  by running something like »strings mix«.
347    if [ "$ans" = "y" ]    if [ "$ans" = "y" ]
348    then    then
349      ans=""      ans=""
350      echo "Please enter a pass phrase for your remailer (must be the same      echo "Please enter a passphrase for your remailer (must be the same
351  whenever you re-compile Mixmaster)."  whenever you re-compile Mixmaster)."
352      read ans      read ans
353    
# Line 356  whenever you re-compile Mixmaster)." Line 361  whenever you re-compile Mixmaster)."
361      if [ "$PASSINCONFIG" != 1 ]      if [ "$PASSINCONFIG" != 1 ]
362      then      then
363        ans=""        ans=""
364        echo "Please enter a pass phrase for your remailer (it will be        echo "Please enter a passphrase for your remailer (it will be
365  stored in mix.cfg in clear)."  stored in mix.cfg in clear)."
366        read ans        read ans
367    
# Line 970  ORGANIZATION   $orga Line 975  ORGANIZATION   $orga
975  MID             $mid  MID             $mid
976    
977  # Remailing strategy:  # Remailing strategy:
978  SENDPOOLTIME    0h  SENDPOOLTIME    1h
979  POOLSIZE        $poolsize  POOLSIZE        $poolsize
980  RATE            100  RATE            95
981    INDUMMYP        20
982    OUTDUMMYP       67
983  IDEXP           7d  IDEXP           7d
984  PACKETEXP       7d  PACKETEXP       7d
985    

Legend:
Removed from v.210  
changed lines
  Added in v.220

  ViewVC Help
Powered by ViewVC 1.1.5