<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman">Dear Prof. Blaha,<br>
      <br>
      Attached, please find a patch containing another improvement to
      siteconfig_lapw for Wien2k 12.1.<br>
      <br>
      For example, enter "rsh" for the remote shell, then run the script
      again and press enter with blank input to set it to the default
      "ssh".&nbsp; The files such as vec2old_lapw will still be set to "rsh".
      <br>
      <br>
      The attached patch fixes this by changing:<br>
      <br>
      echo -n "&nbsp;&nbsp;&nbsp;&nbsp; Remote shell (default is $remote) = "<br>
      set input = ($&lt;)<br>
      if !("$input" == "") then <br>
      &nbsp;&nbsp;&nbsp; cd $bin<br>
      &nbsp;&nbsp;&nbsp; echo "&nbsp;&nbsp;&nbsp;&nbsp; Changing lapw1para"<br>
      &nbsp;&nbsp;&nbsp; sed -e "s/set remote .*"'$'"/set remote = $input/"
      &lt;lapw1para_lapw &gt;tmp<br>
      &nbsp;&nbsp;&nbsp; ...<br>
      &nbsp;&nbsp;&nbsp; wait<br>
      endif<br>
      <br>
      to<br>
    </font><br>
    <font face="Times New Roman"><font face="Times New Roman">echo -n
        "&nbsp;&nbsp;&nbsp;&nbsp; Remote shell (default is $remote) = "<br>
        set input = ($&lt;)<br>
        if ("$input" == "") then<br>
        &nbsp;&nbsp;&nbsp; set input=$remote<br>
        endif&nbsp; </font></font><font face="Times New Roman"><font
        face="Times New Roman"><br>
        &nbsp;&nbsp;&nbsp; cd $bin<br>
        &nbsp;&nbsp;&nbsp; echo "&nbsp;&nbsp;&nbsp;&nbsp; Changing lapw1para"<br>
        &nbsp;&nbsp;&nbsp; sed -e "s/set remote .*"'$'"/set remote = $input/"
        &lt;lapw1para_lapw &gt;tmp<br>
        &nbsp;&nbsp;&nbsp; ...<br>
        &nbsp;&nbsp;&nbsp; wait<br>
        <br>
      </font>Best Regards,<br>
      <br>
      Gavin<br>
    </font>
  </body>
</html>