From owner-freebsd-isdn Sun Feb 7 06:02:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00521 for freebsd-isdn-outgoing; Sun, 7 Feb 1999 06:02:49 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00514 for ; Sun, 7 Feb 1999 06:02:43 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.2/8.6.9) with ESMTP id OAA01468 for ; Sun, 7 Feb 1999 14:40:27 +0100 (CET) Message-Id: <199902071340.OAA01468@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-isdn@FreeBSD.ORG Subject: corrected patch for isdntelctl From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Feb 1999 14:40:27 +0100 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, didn't correct everything. This patch _is_ correct ! *** main.c.ctm Sun Feb 7 13:24:45 1999 --- main.c Sun Feb 7 14:37:49 1999 *************** *** 103,109 **** } } ! if(opt_get == 0 && opt_U == 0 && opt_A && opt_C == 0) { opt_get = 1; } --- 103,109 ---- } } ! if(opt_get == 0 && opt_U == 0 && opt_A == 0 && opt_C == 0) { opt_get = 1; } *************** *** 190,196 **** { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdndebug -e -h -g -l -m -r -s -u -z -H\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); --- 190,196 ---- { fprintf(stderr, "\n"); fprintf(stderr, "isdntelctl - i4b telephone i/f control, compiled %s %s\n",__DATE__, __TIME__); ! fprintf(stderr, "usage: isdntelctl -g -u -A -U -c\n"); fprintf(stderr, " -g get current settings\n"); fprintf(stderr, " -u unit specify unit number\n"); fprintf(stderr, " -A set interface to A-Law coding\n"); -------- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message