Date: Thu, 29 Jul 1999 14:25:51 +0200 (METDST) From: hm@hcs.de (Hellmuth Michaelis) To: Andrej.Brodnik@IBC.IskraSistemi.Si Cc: chris@sdata.de, freebsd-isdn@FreeBSD.ORG Subject: Re: overuninstall.sh and i4b_rbch_ioctl.h Message-ID: <m119pFv-0003loC@hcswork.hcs.de> In-Reply-To: <199907291159.NAA16740@Dolinca.IBC.IskraSistemi.Si> from Andrej Brodnik at "Jul 29, 99 01:59:08 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
From the keyboard of Andrej Brodnik: > > <snip> > > if [ -e $1-BACKUP ] > > then > > echo "moving $1-BACKUP" > > echo " back to $1" > > $RMCMD $1 > > ... > > <snip> > > > > ... 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! > > I suggest that the above segmet is changed into: > > <snip> > $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. I still do not understand why anything has to be changed ... hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de 22457 Hamburg WWW http://www.hcs.de 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?m119pFv-0003loC>