| 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() |
| 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 ] |
| 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«." |
| 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 |
|
|
| 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 |
|
|
| 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 |
|
|