$OpenBSD: patch-getlist,v 1.1.1.1 2001/07/04 15:22:34 lebel Exp $
--- getlist.orig	Tue Jan 19 03:29:15 1999
+++ getlist	Mon Jul  2 23:09:23 2001
@@ -1,7 +1,14 @@
 #!/bin/sh
 # $Id: patch-getlist,v 1.1.1.1 2001/07/04 15:22:34 lebel Exp $
+#
+# this script has to be started in the directory containing
+# your remailer file mix.list, type2.list and pubring.mix
+#
 
-echo "Getting mixmaster list. Please wait ..."
+echo "+---------------"
+echo "| Getting mixmaster list. Please wait ..."
+
+cd MIXDEST
 
 for LIST in mix.list type2.list pubring.mix
 do
@@ -24,7 +31,7 @@ do
   fi
   if grep "$PATTERN" $LIST.tmp >/dev/null
   then
-   echo "Got $LIST from $URL."
+   echo "| Got $LIST from $URL."
   else
    rm -f $LIST.tmp
   fi 
@@ -34,6 +41,7 @@ do
  then
   mv $LIST.tmp $LIST
  else
-  echo "Could not get $LIST."
+  echo "| Could not get $LIST."
  fi
 done
+echo "+---------------"
