From owner-freebsd-isdn Thu Jul 29 4:32:22 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 DE57714D85 for ; Thu, 29 Jul 1999 04:32:18 -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 NAA18322 for ; Thu, 29 Jul 1999 13:31:24 +0200 (CEST) (envelope-from chris@sdata.de) Message-ID: <37A03B8C.1BDF75D5@sdata.de> Date: Thu, 29 Jul 1999 13:31:24 +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: freebsd-isdn@freebsd.org Subject: overuninstall.sh and i4b_rbch_ioctl.h Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I had a look at overuninstall.sh: it contains the call: remove_and_restore $MACHINE/i4b_rbch_ioctl.h # (line 104) .. however function remove_and_restore contains: if [ -e $1-BACKUP ] then echo "moving $1-BACKUP" echo " back to $1" $RMCMD $1 ... ... so $1-BACKUP, in this case "i4b_rbch_ioctl.h-BACKUP" did not exist in pre 00.82 releases and so the "RMCMD $1" is not executed! Christoph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message