Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 1999 14:40:27 +0100
From:      Gary Jennejohn <garyj@muc.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   corrected patch for isdntelctl
Message-ID:  <199902071340.OAA01468@peedub.muc.de>

next in thread | raw e-mail | index | archive | help
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 <layer> -m -r -s <value> -u <unit> -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 <unit> -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902071340.OAA01468>