From owner-freebsd-ports Mon Jun 3 11:27:50 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08235 for ports-outgoing; Mon, 3 Jun 1996 11:27:50 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA08229 for ; Mon, 3 Jun 1996 11:27:48 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.6.12/1.2) id LAA02703 for freebsd-ports@freefall.cdrom.com; Mon, 3 Jun 1996 11:27:37 -0700 From: Don Yuniskis Message-Id: <199606031827.LAA02703@seagull.rtd.com> Subject: joe port in 2.1R To: freebsd-ports@freefall.FreeBSD.org (FreeBSD ports) Date: Mon, 3 Jun 1996 11:27:36 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! The following fixes a bug in the joe port distributed with 2.1R (no, I haven't checked to see if it's already fixed in -current). Could someone please commit it if needed? Thanks! --don ----------------8<---------------8<-------------- *** rc.c.orig Fri Jan 20 01:53:42 1995 --- rc.c Mon Jun 3 11:02:57 1996 *************** *** 758,764 **** buf[c]=0; if(c!=x) { ! switch(procrc(buf+x)) { case 1: err=1; break; case -1: fprintf(stderr,"\n%s %d: Couldn't open %s",name,line,buf+x); --- 758,764 ---- buf[c]=0; if(c!=x) { ! switch(procrc(cap,buf+x)) { case 1: err=1; break; case -1: fprintf(stderr,"\n%s %d: Couldn't open %s",name,line,buf+x);