Re: wharf apps
Ryan Lovett (ryan@UGAstro.Berkeley.EDU)
Thu, 14 May 1998 14:38:38 -0700 (PDT)
Thanks for the patch. I'm in the middle of finals, but I'll get to it in
about a week. In the meantime: I've applied patches, but have never had to
extract them from email. Is the first line of the patch --8<---- ... or is
it the next?
Thanks again,
Ryan
On Wed, 13 May 1998, David Mihm wrote:
> I hope this is clear, otherwise ask away :)
[snip]
> --8<--------8<--------8<--------8<--------8<--------8<--------8<--
> --- getmodemspeed-orig.c Tue Apr 28 18:29:07 1998
> +++ getmodemspeed.c Thu Apr 30 00:21:39 1998
> @@ -7,7 +7,7 @@
>
>
>
> - fd = popen("tac /var/log/messages | grep CONNECT | head -1", "r");
> + fd = popen("tac /etc/ppp/connect-errors | grep CONNECT | head -1",
> "r");
>
> while (fgets(temp, 256, fd)) {
> printf("%s", temp);
> -------------------------------------------------------------------------------
> --- Makefile-orig Thu Apr 30 00:36:25 1998
> +++ Makefile Thu Apr 30 00:38:59 1998
> @@ -22,7 +22,6 @@
> cp getmodemspeed /etc/ppp/
> chmod 755 /etc/ppp/getmodemspeed
> chown root.root /etc/ppp/getmodemspeed
> - chmod +s /etc/ppp/getmodemspeed
> cp sample.wmifsrc /etc/ppp/.wmifsrc
> cp sample.wmppprc /etc/ppp/.wmppprc
> chown root:root /etc/ppp/.wm*
>
>
>