From owner-freebsd-isdn Thu Jul 29 5:51:15 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from pollux.sdata.de (pollux.sdata.de [193.30.133.37]) by hub.freebsd.org (Postfix) with ESMTP id E38C8155BD for ; Thu, 29 Jul 1999 05:51:08 -0700 (PDT) (envelope-from chris@sdata.de) Received: from sdata.de (vega.sdata.de [193.30.133.36]) by pollux.sdata.de (8.9.3/8.9.3) with ESMTP id OAA18569; Thu, 29 Jul 1999 14:50:05 +0200 (CEST) (envelope-from chris@sdata.de) Message-ID: <37A04DFD.3F553CA7@sdata.de> Date: Thu, 29 Jul 1999 14:50:05 +0200 From: Christoph Splittgerber Organization: sdata - C. Splittgerber Datentechnik X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: hm@hcs.de Cc: Andrej.Brodnik@IBC.IskraSistemi.Si, freebsd-isdn@FreeBSD.ORG Subject: Re: overuninstall.sh and i4b_rbch_ioctl.h References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hellmuth Michaelis wrote: > > > > $RMCMD $1 > > if [ -e $1-BACKUP ] > > then > > No. Someone running this on a system where i4b was not previously > overinstalled will remove his original files with this command. The change I suggest is in 00.82.00's overinstall.sh: remove_and_restore $MACHINE/i4b_tel_ioctl.h !remove_and_restore $MACHINE/i4b_rbch_ioctl.h remove_and_restore $MACHINE/i4b_trace.h ... into ... remove_and_restore $MACHINE/i4b_tel_ioctl.h !RMCMD $MACHINE/i4b_rbch_ioctl.h remove_and_restore $MACHINE/i4b_trace.h I upgrated from 00.70.00 and there was no $MACHINE/i4b_rbch_ioctl.h. However, I don't know about 00.81.00 Christoph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message