From owner-freebsd-commit Sat Sep 23 12:50:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27966 for freebsd-commit-outgoing; Sat, 23 Sep 1995 12:50:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27951 for cvs-all-outgoing; Sat, 23 Sep 1995 12:50:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA27940 for cvs-ports-outgoing; Sat, 23 Sep 1995 12:50:12 -0700 Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA27919 ; Sat, 23 Sep 1995 12:50:04 -0700 Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.6.12) id MAA25660; Sat, 23 Sep 1995 12:50:00 -0700 Received: from localhost by newport.ece.uci.edu (8.6.12) id MAA27456; Sat, 23 Sep 1995 12:49:58 -0700 Message-Id: <199509231949.MAA27456@newport.ece.uci.edu> To: Joerg Wunsch cc: CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org, ports@freebsd.org Subject: Re: cvs commit: ports/net/dip - Imported sources In-reply-to: Your message of "Sat, 23 Sep 1995 01:34:47 PDT." <199509230834.BAA16598@freefall.freebsd.org> Date: Sat, 23 Sep 1995 12:49:57 -0700 From: Steven Wallace Sender: owner-commit@freebsd.org Precedence: bulk > joerg 95/09/23 01:34:46 > > Branch: net/dip 1.1.1 > Log: > Joachim Bartz' version of the dip dialup IP program for BSD. Still > version 1.2, but i'm waiting for some additional feedback from the > author (who's rather busy these days with his thesis) before importing > a newer vrsion. > I tried this out yesterday and although compiles perfectly, it does not work for me. After changing my script to work with the new syntax, dip would have a problem with wait command. Many times it would appear that it never got any data or it lost some characters. The original dip by Fred N. van Kempen has worked fine for me for a long time. Today I added one option for clocal support (neither had it), so I no longer have the annoying false carrier loss, since I have a direct line instead of a modem. It seems like Bartz version has added more options, and it is too bad it isn't working correctly. Steven